Color: #EEDFC0

#EEDFC0 Color Information

#EEDFC0 is a light color. The closest websafe version is #EEDFC0. A complement of this color would be #BFCEED, perceived brightness is 0.88, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 40°,a saturation of 57%, and a lightness of 84%.The HSV representation shows a hue of 40°, a saturation of 19%, and a value of 93%.

In a RGB color space, #EEDFC0 is composed of 93% red, 87% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 19% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 75.12, x: 0.3768, and y: 0.3865.

Color Code #EEDFC0

#EEDFC0rgb(238, 223, 192)
HEX
#EEDFC0
RGB
rgb(238, 223, 192)
HSL
hsl(40, 57%, 84%)
HSV
hsv(40, 19%, 93%)
CMYK
0%, 6%, 19%, 7%
XYZ
X: 73.24, Y: 75.12, Z: 46.00
Lab
L: 89.45, a: 1.69, b: 17.21
Name

Shades of Color #EEDFC0

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

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

#EEDFC0rgb(238, 223, 192)

About #EEDFC0 Color Code

In the HSL color space, this color has a hue angle of 40°, a saturation of 57%, and a lightness of 84%. The HSV representation shows a hue of 40°, a saturation of 19%, and a value of 93%.

  • HEX: #EEDFC0
  • RGB: rgb(238, 223, 192)
  • HSL: hsl(40, 57%, 84%)
  • HSV: hsv(40, 19%, 93%)
  • CMYK: 0.00% cyan, 6.00% magenta, 19.00% yellow, 7.00% black
  • XYZ: 73.24, 75.12, 46.00
  • Yxy: 75.12, 0.3768, 0.3865
  • Hunter Lab: 89.45, 1.69, 17.21
  • CIE-Lab: 89.45, 1.69, 17.21

In the XYZ color space, this color is represented as X: 73.24, Y: 75.12, Z: 46.00. The Yxy representation further refines this as Y: 75.12, x: 0.3768, and y: 0.3865.

In the Hunter Lab color space, this color is represented as L: 89.45, a: 1.69, and b: 17.21. Similarly, in the CIE-Lab color space, it is represented as L: 89.45, a: 1.69, and b: 17.21.

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

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

Analogous Colors of #EEDFC0

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

Monochromatic Colors of #EEDFC0

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

Complementary Color of #EEDFC0

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

/* Using HEX */
body {
  background-color: #eedfc0;
}
/* Using RGB */
body {
  background-color: rgb(238, 223, 192);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 223, 192, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 57%, 84%);
}
/* Text color */
p {
  color: #eedfc0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eedfc0;
}
/* Border color */
.box {
  border: 4px solid #eedfc0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eedfc0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eedfc0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEDFC0
On Black Background
#EEDFC0
On White Background
#EEDFC0

HTML Examples of #EEDFC0

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

Related Colors of #EEDFC0

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