Color: #EEDEBC

#EEDEBC Color Information

#EEDEBC is a light color. The closest websafe version is #EEDEBC. A complement of this color would be #BECDEF, perceived brightness is 0.87, and the grayscale version is #D5D5D5.

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

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

In the Yxy color space, this color is represented as Y: 74.44, x: 0.3797, and y: 0.3892.

Color Code #EEDEBC

HEX
#EEDEBC
RGB
rgb(238, 222, 188)
HSL
hsl(41, 60%, 84%)
HSV
hsv(41, 21%, 93%)
CMYK
0%, 7%, 21%, 7%
XYZ
X: 72.61, Y: 74.44, Z: 44.20
Lab
L: 89.13, a: 1.75, b: 18.83
Name

Shades of Color #EEDEBC

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

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

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

  • HEX: #EEDEBC
  • RGB: rgb(238, 222, 188)
  • HSL: hsl(41, 60%, 84%)
  • HSV: hsv(41, 21%, 93%)
  • CMYK: 0.00% cyan, 7.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 72.61, 74.44, 44.20
  • Yxy: 74.44, 0.3797, 0.3892
  • Hunter Lab: 89.13, 1.75, 18.83
  • CIE-Lab: 89.13, 1.75, 18.83

In the XYZ color space, this color is represented as X: 72.61, Y: 74.44, Z: 44.20. The Yxy representation further refines this as Y: 74.44, x: 0.3797, and y: 0.3892.

In the Hunter Lab color space, this color is represented as L: 89.13, a: 1.75, and b: 18.83. Similarly, in the CIE-Lab color space, it is represented as L: 89.13, a: 1.75, and b: 18.83.

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

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

Analogous Colors of #EEDEBC

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

Monochromatic Colors of #EEDEBC

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

Complementary Color of #EEDEBC

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

/* Using HEX */
body {
  background-color: #eedebc;
}
/* Using RGB */
body {
  background-color: rgb(238, 222, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 222, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(41, 60%, 84%);
}
/* Text color */
p {
  color: #eedebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eedebc;
}

HTML Examples of #EEDEBC

<!-- Using HEX -->
<div style="background-color: #eedebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(238, 222, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(238, 222, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(41, 60%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eedebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eedebc; width: 100px; height: 100px;"></div>

Related Colors of #EEDEBC

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