Color: #DEE8BA

#DEE8BA Color Information

#DEE8BA is a light color. The closest websafe version is #DEE8BA. A complement of this color would be #C4BAE8, perceived brightness is 0.88, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 73°,a saturation of 50%, and a lightness of 82%.The HSV representation shows a hue of 73°, a saturation of 20%, and a value of 91%.

In a RGB color space, #DEE8BA is composed of 87% red, 91% green and 73% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 20% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 77.08, x: 0.3663, and y: 0.4037.

Color Code #DEE8BA

#DEE8BArgb(222, 232, 186)
HEX
#DEE8BA
RGB
rgb(222, 232, 186)
HSL
hsl(73, 50%, 82%)
HSV
hsv(73, 20%, 91%)
CMYK
4%, 0%, 20%, 9%
XYZ
X: 69.95, Y: 77.08, Z: 43.92
Lab
L: 90.36, a: -9.16, b: 21.29
Name

Shades of Color #DEE8BA

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

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

#DEE8BArgb(222, 232, 186)

About #DEE8BA Color Code

In the HSL color space, this color has a hue angle of 73°, a saturation of 50%, and a lightness of 82%. The HSV representation shows a hue of 73°, a saturation of 20%, and a value of 91%.

  • HEX: #DEE8BA
  • RGB: rgb(222, 232, 186)
  • HSL: hsl(73, 50%, 82%)
  • HSV: hsv(73, 20%, 91%)
  • CMYK: 4.00% cyan, 0.00% magenta, 20.00% yellow, 9.00% black
  • XYZ: 69.95, 77.08, 43.92
  • Yxy: 77.08, 0.3663, 0.4037
  • Hunter Lab: 90.36, -9.16, 21.29
  • CIE-Lab: 90.36, -9.16, 21.29

In the XYZ color space, this color is represented as X: 69.95, Y: 77.08, Z: 43.92. The Yxy representation further refines this as Y: 77.08, x: 0.3663, and y: 0.4037.

In the Hunter Lab color space, this color is represented as L: 90.36, a: -9.16, and b: 21.29. Similarly, in the CIE-Lab color space, it is represented as L: 90.36, a: -9.16, and b: 21.29.

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

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

Analogous Colors of #DEE8BA

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

Split Complementary Colors of #DEE8BA

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

Tetradic Colors of #DEE8BA

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

Monochromatic Colors of #DEE8BA

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

Complementary Color of #DEE8BA

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

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

HTML Examples of #DEE8BA

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

Related Colors of #DEE8BA

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