Color: #E2DAAB

#E2DAAB Color Information

#E2DAAB is a light color. The closest websafe version is #E2DAAB. A complement of this color would be #ABB4E2, perceived brightness is 0.84, and the grayscale version is #C7C7C7.

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

In a RGB color space, #E2DAAB is composed of 89% red, 85% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 24% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 69.65, x: 0.3824, and y: 0.4036.

Color Code #E2DAAB

HEX
#E2DAAB
RGB
rgb(226, 218, 171)
HSL
hsl(51, 49%, 78%)
HSV
hsv(51, 24%, 89%)
CMYK
0%, 4%, 24%, 11%
XYZ
X: 65.99, Y: 69.65, Z: 36.95
Lab
L: 86.83, a: -2.59, b: 24.28
Name

Shades of Color #E2DAAB

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

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

In the HSL color space, this color has a hue angle of 51°, a saturation of 49%, and a lightness of 78%. The HSV representation shows a hue of 51°, a saturation of 24%, and a value of 89%.

  • HEX: #E2DAAB
  • RGB: rgb(226, 218, 171)
  • HSL: hsl(51, 49%, 78%)
  • HSV: hsv(51, 24%, 89%)
  • CMYK: 0.00% cyan, 4.00% magenta, 24.00% yellow, 11.00% black
  • XYZ: 65.99, 69.65, 36.95
  • Yxy: 69.65, 0.3824, 0.4036
  • Hunter Lab: 86.83, -2.59, 24.28
  • CIE-Lab: 86.83, -2.59, 24.28

In the XYZ color space, this color is represented as X: 65.99, Y: 69.65, Z: 36.95. The Yxy representation further refines this as Y: 69.65, x: 0.3824, and y: 0.4036.

In the Hunter Lab color space, this color is represented as L: 86.83, a: -2.59, and b: 24.28. Similarly, in the CIE-Lab color space, it is represented as L: 86.83, a: -2.59, and b: 24.28.

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

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

Analogous Colors of #E2DAAB

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

Monochromatic Colors of #E2DAAB

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

Complementary Color of #E2DAAB

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

/* Using HEX */
body {
  background-color: #e2daab;
}
/* Using RGB */
body {
  background-color: rgb(226, 218, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(226, 218, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 49%, 78%);
}
/* Text color */
p {
  color: #e2daab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e2daab;
}

HTML Examples of #E2DAAB

<!-- Using HEX -->
<div style="background-color: #e2daab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(226, 218, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(226, 218, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(51, 49%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e2daab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e2daab; width: 100px; height: 100px;"></div>

Related Colors of #E2DAAB

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