Color: #D5EEBB

#D5EEBB Color Information

#D5EEBB is a light color. The closest websafe version is #D5EEBB. A complement of this color would be #D3BAEE, perceived brightness is 0.88, and the grayscale version is #D5D5D5.

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

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

In the Yxy color space, this color is represented as Y: 79.11, x: 0.3580, and y: 0.4102.

Color Code #D5EEBB

HEX
#D5EEBB
RGB
rgb(213, 238, 187)
HSL
hsl(89, 60%, 83%)
HSV
hsv(89, 21%, 93%)
CMYK
11%, 0%, 21%, 7%
XYZ
X: 69.05, Y: 79.11, Z: 44.72
Lab
L: 91.28, a: -15.10, b: 21.92
Name

Shades of Color #D5EEBB

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

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

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

  • HEX: #D5EEBB
  • RGB: rgb(213, 238, 187)
  • HSL: hsl(89, 60%, 83%)
  • HSV: hsv(89, 21%, 93%)
  • CMYK: 11.00% cyan, 0.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 69.05, 79.11, 44.72
  • Yxy: 79.11, 0.3580, 0.4102
  • Hunter Lab: 91.28, -15.10, 21.92
  • CIE-Lab: 91.28, -15.10, 21.92

In the XYZ color space, this color is represented as X: 69.05, Y: 79.11, Z: 44.72. The Yxy representation further refines this as Y: 79.11, x: 0.3580, and y: 0.4102.

In the Hunter Lab color space, this color is represented as L: 91.28, a: -15.10, and b: 21.92. Similarly, in the CIE-Lab color space, it is represented as L: 91.28, a: -15.10, and b: 21.92.

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

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

Analogous Colors of #D5EEBB

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

Monochromatic Colors of #D5EEBB

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

Complementary Color of #D5EEBB

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

/* Using HEX */
body {
  background-color: #d5eebb;
}
/* Using RGB */
body {
  background-color: rgb(213, 238, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(213, 238, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(89, 60%, 83%);
}
/* Text color */
p {
  color: #d5eebb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d5eebb;
}

HTML Examples of #D5EEBB

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

Related Colors of #D5EEBB

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