Color: #EAD1DB

#EAD1DB Color Information

#EAD1DB is a light color. The closest websafe version is #EAD1DB. A complement of this color would be #D2EAE0, perceived brightness is 0.85, and the grayscale version is #DEDEDE.

In the HSL color space, this color has a hue angle of 336°,a saturation of 37%, and a lightness of 87%.The HSV representation shows a hue of 336°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EAD1DB is composed of 92% red, 82% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 6% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 68.31, x: 0.3586, and y: 0.3471.

Color Code #EAD1DB

HEX
#EAD1DB
RGB
rgb(234, 209, 219)
HSL
hsl(336, 37%, 87%)
HSV
hsv(336, 11%, 92%)
CMYK
0%, 11%, 6%, 8%
XYZ
X: 70.57, Y: 68.31, Z: 57.93
Lab
L: 86.16, a: 10.24, b: -1.61
Name

Shades of Color #EAD1DB

Shades are created by darkening the original color #EAD1DB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #EAD1DB

Tints are created by lightening the original color #EAD1DB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #EAD1DB Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 37%, and a lightness of 87%. The HSV representation shows a hue of 336°, a saturation of 11%, and a value of 92%.

  • HEX: #EAD1DB
  • RGB: rgb(234, 209, 219)
  • HSL: hsl(336, 37%, 87%)
  • HSV: hsv(336, 11%, 92%)
  • CMYK: 0.00% cyan, 11.00% magenta, 6.00% yellow, 8.00% black
  • XYZ: 70.57, 68.31, 57.93
  • Yxy: 68.31, 0.3586, 0.3471
  • Hunter Lab: 86.16, 10.24, -1.61
  • CIE-Lab: 86.16, 10.24, -1.61

In the XYZ color space, this color is represented as X: 70.57, Y: 68.31, Z: 57.93. The Yxy representation further refines this as Y: 68.31, x: 0.3586, and y: 0.3471.

In the Hunter Lab color space, this color is represented as L: 86.16, a: 10.24, and b: -1.61. Similarly, in the CIE-Lab color space, it is represented as L: 86.16, a: 10.24, and b: -1.61.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #EAD1DB

Triadic colors are three colors evenly spaced around the color wheel, including #EAD1DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EAD1DB

Analogous colors are adjacent to #EAD1DB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #EAD1DB

Monochromatic colors are variations of #EAD1DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EAD1DB

The complementary color of #EAD1DB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #EAD1DB

/* Using HEX */
body {
  background-color: #ead1db;
}
/* Using RGB */
body {
  background-color: rgb(234, 209, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 209, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 37%, 87%);
}
/* Text color */
p {
  color: #ead1db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ead1db;
}

HTML Examples of #EAD1DB

<!-- Using HEX -->
<div style="background-color: #ead1db; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 209, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 209, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(336, 37%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ead1db;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ead1db; width: 100px; height: 100px;"></div>

Related Colors of #EAD1DB

These colors are similar to #EAD1DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.