Color: #EAD9CD

#EAD9CD Color Information

#EAD9CD is a light color. The closest websafe version is #EAD9CD. A complement of this color would be #CDDEEA, perceived brightness is 0.87, and the grayscale version is #DCDCDC.

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

In a RGB color space, #EAD9CD is composed of 92% red, 85% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 12% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 71.75, x: 0.3666, and y: 0.3688.

Color Code #EAD9CD

HEX
#EAD9CD
RGB
rgb(234, 217, 205)
HSL
hsl(25, 41%, 86%)
HSV
hsv(25, 12%, 92%)
CMYK
0%, 7%, 12%, 8%
XYZ
X: 71.33, Y: 71.75, Z: 51.48
Lab
L: 87.85, a: 4.59, b: 8.15
Name

Shades of Color #EAD9CD

Shades are created by darkening the original color #EAD9CD 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 #EAD9CD

Tints are created by lightening the original color #EAD9CD 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 #EAD9CD Color Code

In the HSL color space, this color has a hue angle of 25°, a saturation of 41%, and a lightness of 86%. The HSV representation shows a hue of 25°, a saturation of 12%, and a value of 92%.

  • HEX: #EAD9CD
  • RGB: rgb(234, 217, 205)
  • HSL: hsl(25, 41%, 86%)
  • HSV: hsv(25, 12%, 92%)
  • CMYK: 0.00% cyan, 7.00% magenta, 12.00% yellow, 8.00% black
  • XYZ: 71.33, 71.75, 51.48
  • Yxy: 71.75, 0.3666, 0.3688
  • Hunter Lab: 87.85, 4.59, 8.15
  • CIE-Lab: 87.85, 4.59, 8.15

In the XYZ color space, this color is represented as X: 71.33, Y: 71.75, Z: 51.48. The Yxy representation further refines this as Y: 71.75, x: 0.3666, and y: 0.3688.

In the Hunter Lab color space, this color is represented as L: 87.85, a: 4.59, and b: 8.15. Similarly, in the CIE-Lab color space, it is represented as L: 87.85, a: 4.59, and b: 8.15.

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 #EAD9CD

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

Analogous Colors of #EAD9CD

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

Monochromatic Colors of #EAD9CD

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

Complementary Color of #EAD9CD

The complementary color of #EAD9CD 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 #EAD9CD

/* Using HEX */
body {
  background-color: #ead9cd;
}
/* Using RGB */
body {
  background-color: rgb(234, 217, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 217, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(25, 41%, 86%);
}
/* Text color */
p {
  color: #ead9cd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ead9cd;
}

HTML Examples of #EAD9CD

<!-- Using HEX -->
<div style="background-color: #ead9cd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(234, 217, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(234, 217, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(25, 41%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ead9cd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ead9cd; width: 100px; height: 100px;"></div>

Related Colors of #EAD9CD

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