Color #E0DEDB

HEX

#E0DEDB

RGB

(224, 222, 219)

Quick Actions

Color Values

Color Space Values
RGB
R: 224, G: 222, B: 219 (88%, 87%, 86%)
CMYK C: 0%, M: 1%, Y: 2%, K: 12%
HSL H: 36°, S: 7%, L: 87%
HSV H: 36°, S: 2%, V: 88%
CIE-LAB L: 88.54, a: 0.16, b: 1.69
CIE-LCH L: 88.54, C: 1.7, H: 84.59
Hunter-Lab L: 85.56, a: -7.26, b: -3.5
Web Safe
#cccccc
Complementary
#dbdce0

#E0DEDB is a color with RGB values of 224 red, 222 green, and 219 blue (88%, 87%, 86% respectively). In the CMYK color space, it consists of 0% cyan, 1% magenta, 2% yellow, and 12% black. The color has a hue angle of 36°, 7% saturation, and 87% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccccc. The complementary color is #dbdce0, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #E0DEDB

Explore different variations of #E0DEDB including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #E0DEDB. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #E0DEDB

Explore different color combinations and harmonies that work well with #E0DEDB.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #E0DEDB

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #E0DEDB

Text with #E0DEDB

This text has a font color of #E0DEDB.

<span style="color:#E0DEDB;">Text here</span>
.text { color: #E0DEDB; }

#E0DEDB background color

This paragraph has a background color of #E0DEDB.

<p style="background-color:#E0DEDB;">Content here</p>
.background { background-color: #E0DEDB; }

#E0DEDB border color

This element has a border color of #E0DEDB.
<div style="border:1px solid #E0DEDB;">Content here</div>
.border { border: 1px solid #E0DEDB; }

#E0DEDB box shadow

This element has a box shadow using #E0DEDB.
<div style="box-shadow: 0 4px 6px -1px #E0DEDB80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #E0DEDB80; }
Copied to clipboard!