Color: #E3DAAF

#E3DAAF Color Information

#E3DAAF is a light color. The closest websafe version is #E3DAAF. A complement of this color would be #B0B8E3, perceived brightness is 0.85, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 50°,a saturation of 48%, and a lightness of 79%.The HSV representation shows a hue of 50°, a saturation of 23%, and a value of 89%.

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

In the Yxy color space, this color is represented as Y: 69.95, x: 0.3806, and y: 0.3996.

Color Code #E3DAAF

#E3DAAFrgb(227, 218, 175)
HEX
#E3DAAF
RGB
rgb(227, 218, 175)
HSL
hsl(50, 48%, 79%)
HSV
hsv(50, 23%, 89%)
CMYK
0%, 4%, 23%, 11%
XYZ
X: 66.63, Y: 69.95, Z: 38.49
Lab
L: 86.97, a: -1.81, b: 22.43
Name

Shades of Color #E3DAAF

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

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

#E3DAAFrgb(227, 218, 175)

About #E3DAAF Color Code

In the HSL color space, this color has a hue angle of 50°, a saturation of 48%, and a lightness of 79%. The HSV representation shows a hue of 50°, a saturation of 23%, and a value of 89%.

  • HEX: #E3DAAF
  • RGB: rgb(227, 218, 175)
  • HSL: hsl(50, 48%, 79%)
  • HSV: hsv(50, 23%, 89%)
  • CMYK: 0.00% cyan, 4.00% magenta, 23.00% yellow, 11.00% black
  • XYZ: 66.63, 69.95, 38.49
  • Yxy: 69.95, 0.3806, 0.3996
  • Hunter Lab: 86.97, -1.81, 22.43
  • CIE-Lab: 86.97, -1.81, 22.43

In the XYZ color space, this color is represented as X: 66.63, Y: 69.95, Z: 38.49. The Yxy representation further refines this as Y: 69.95, x: 0.3806, and y: 0.3996.

In the Hunter Lab color space, this color is represented as L: 86.97, a: -1.81, and b: 22.43. Similarly, in the CIE-Lab color space, it is represented as L: 86.97, a: -1.81, and b: 22.43.

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

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

Analogous Colors of #E3DAAF

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

Split Complementary Colors of #E3DAAF

Split complementary colors are two colors adjacent to the complementary color of #E3DAAF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #E3DAAF

Tetradic colors form a rectangle on the color wheel, including #E3DAAF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #E3DAAF

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

Complementary Color of #E3DAAF

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

/* Using HEX */
body {
  background-color: #e3daaf;
}
/* Using RGB */
body {
  background-color: rgb(227, 218, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(227, 218, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 48%, 79%);
}
/* Text color */
p {
  color: #e3daaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e3daaf;
}
/* Border color */
.box {
  border: 4px solid #e3daaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e3daaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e3daaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E3DAAF
On Black Background
#E3DAAF
On White Background
#E3DAAF

HTML Examples of #E3DAAF

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

Related Colors of #E3DAAF

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