Color: #EEDCCC

#EEDCCC Color Information

#EEDCCC is a light color. The closest websafe version is #EEDCCC. A complement of this color would be #CDDFEE, perceived brightness is 0.88, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 28°,a saturation of 50%, and a lightness of 87%.The HSV representation shows a hue of 28°, a saturation of 14%, and a value of 93%.

In a RGB color space, #EEDCCC is composed of 93% red, 86% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 14% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 73.99, x: 0.3697, and y: 0.3723.

Color Code #EEDCCC

#EEDCCCrgb(238, 220, 204)
HEX
#EEDCCC
RGB
rgb(238, 220, 204)
HSL
hsl(28, 50%, 87%)
HSV
hsv(28, 14%, 93%)
CMYK
0%, 8%, 14%, 7%
XYZ
X: 73.48, Y: 73.99, Z: 51.26
Lab
L: 88.92, a: 4.48, b: 10.24
Name

Shades of Color #EEDCCC

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

Tints are created by lightening the original color #EEDCCC 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.

#EEDCCCrgb(238, 220, 204)

About #EEDCCC Color Code

In the HSL color space, this color has a hue angle of 28°, a saturation of 50%, and a lightness of 87%. The HSV representation shows a hue of 28°, a saturation of 14%, and a value of 93%.

  • HEX: #EEDCCC
  • RGB: rgb(238, 220, 204)
  • HSL: hsl(28, 50%, 87%)
  • HSV: hsv(28, 14%, 93%)
  • CMYK: 0.00% cyan, 8.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 73.48, 73.99, 51.26
  • Yxy: 73.99, 0.3697, 0.3723
  • Hunter Lab: 88.92, 4.48, 10.24
  • CIE-Lab: 88.92, 4.48, 10.24

In the XYZ color space, this color is represented as X: 73.48, Y: 73.99, Z: 51.26. The Yxy representation further refines this as Y: 73.99, x: 0.3697, and y: 0.3723.

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

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

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

Analogous Colors of #EEDCCC

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

Monochromatic Colors of #EEDCCC

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

Complementary Color of #EEDCCC

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

/* Using HEX */
body {
  background-color: #eedccc;
}
/* Using RGB */
body {
  background-color: rgb(238, 220, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 220, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(28, 50%, 87%);
}
/* Text color */
p {
  color: #eedccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eedccc;
}
/* Border color */
.box {
  border: 4px solid #eedccc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eedccc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eedccc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEDCCC
On Black Background
#EEDCCC
On White Background
#EEDCCC

HTML Examples of #EEDCCC

<!-- Using HEX -->
<div style="background-color: #eedccc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(238, 220, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(238, 220, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(28, 50%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eedccc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eedccc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eedccc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eedccc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eedccc; color: #fff; padding: 16px; border-radius: 8px;">
  #EEDCCC
</div>
#EEDCCC
On Black Background
#EEDCCC
On White Background
#EEDCCC

Related Colors of #EEDCCC

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