Color: #EEF1DB

#EEF1DB Color Information

#EEF1DB is a light color. The closest websafe version is #EEF1DB. A complement of this color would be #DDDAF1, perceived brightness is 0.93, and the grayscale version is #E6E6E6.

In the HSL color space, this color has a hue angle of 68°,a saturation of 44%, and a lightness of 90%.The HSV representation shows a hue of 68°, a saturation of 9%, and a value of 95%.

In a RGB color space, #EEF1DB is composed of 93% red, 95% green and 86% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 9% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 86.38, x: 0.3566, and y: 0.3789.

Color Code #EEF1DB

#EEF1DBrgb(238, 241, 219)
HEX
#EEF1DB
RGB
rgb(238, 241, 219)
HSL
hsl(68, 44%, 90%)
HSV
hsv(68, 9%, 95%)
CMYK
1%, 0%, 9%, 5%
XYZ
X: 81.29, Y: 86.38, Z: 60.32
Lab
L: 94.47, a: -3.83, b: 10.31
Name

Shades of Color #EEF1DB

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

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

#EEF1DBrgb(238, 241, 219)

About #EEF1DB Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 44%, and a lightness of 90%. The HSV representation shows a hue of 68°, a saturation of 9%, and a value of 95%.

  • HEX: #EEF1DB
  • RGB: rgb(238, 241, 219)
  • HSL: hsl(68, 44%, 90%)
  • HSV: hsv(68, 9%, 95%)
  • CMYK: 100.00% cyan, 0.00% magenta, 9.00% yellow, 5.00% black
  • XYZ: 81.29, 86.38, 60.32
  • Yxy: 86.38, 0.3566, 0.3789
  • Hunter Lab: 94.47, -3.83, 10.31
  • CIE-Lab: 94.47, -3.83, 10.31

In the XYZ color space, this color is represented as X: 81.29, Y: 86.38, Z: 60.32. The Yxy representation further refines this as Y: 86.38, x: 0.3566, and y: 0.3789.

In the Hunter Lab color space, this color is represented as L: 94.47, a: -3.83, and b: 10.31. Similarly, in the CIE-Lab color space, it is represented as L: 94.47, a: -3.83, and b: 10.31.

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

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

Analogous Colors of #EEF1DB

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

Split Complementary Colors of #EEF1DB

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

Tetradic Colors of #EEF1DB

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

Monochromatic Colors of #EEF1DB

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

Complementary Color of #EEF1DB

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

/* Using HEX */
body {
  background-color: #eef1db;
}
/* Using RGB */
body {
  background-color: rgb(238, 241, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 241, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 44%, 90%);
}
/* Text color */
p {
  color: #eef1db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eef1db;
}
/* Border color */
.box {
  border: 4px solid #eef1db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eef1db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eef1db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEF1DB
On Black Background
#EEF1DB
On White Background
#EEF1DB

HTML Examples of #EEF1DB

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

Related Colors of #EEF1DB

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