Color: #DAE4DD

#DAE4DD Color Information

#DAE4DD is a light color. The closest websafe version is #DAE4DD. A complement of this color would be #E3D9E0, perceived brightness is 0.88, and the grayscale version is #DFDFDF.

In the HSL color space, this color has a hue angle of 138°,a saturation of 16%, and a lightness of 87%.The HSV representation shows a hue of 138°, a saturation of 4%, and a value of 89%.

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

In the Yxy color space, this color is represented as Y: 75.60, x: 0.3427, and y: 0.3660.

Color Code #DAE4DD

#DAE4DDrgb(218, 228, 221)
HEX
#DAE4DD
RGB
rgb(218, 228, 221)
HSL
hsl(138, 16%, 87%)
HSV
hsv(138, 4%, 89%)
CMYK
4%, 0%, 3%, 11%
XYZ
X: 70.79, Y: 75.60, Z: 60.15
Lab
L: 89.67, a: -4.42, b: 2.20
Name

Shades of Color #DAE4DD

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

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

#DAE4DDrgb(218, 228, 221)

About #DAE4DD Color Code

In the HSL color space, this color has a hue angle of 138°, a saturation of 16%, and a lightness of 87%. The HSV representation shows a hue of 138°, a saturation of 4%, and a value of 89%.

  • HEX: #DAE4DD
  • RGB: rgb(218, 228, 221)
  • HSL: hsl(138, 16%, 87%)
  • HSV: hsv(138, 4%, 89%)
  • CMYK: 4.00% cyan, 0.00% magenta, 3.00% yellow, 11.00% black
  • XYZ: 70.79, 75.60, 60.15
  • Yxy: 75.60, 0.3427, 0.3660
  • Hunter Lab: 89.67, -4.42, 2.20
  • CIE-Lab: 89.67, -4.42, 2.20

In the XYZ color space, this color is represented as X: 70.79, Y: 75.60, Z: 60.15. The Yxy representation further refines this as Y: 75.60, x: 0.3427, and y: 0.3660.

In the Hunter Lab color space, this color is represented as L: 89.67, a: -4.42, and b: 2.20. Similarly, in the CIE-Lab color space, it is represented as L: 89.67, a: -4.42, and b: 2.20.

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

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

Analogous Colors of #DAE4DD

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

Monochromatic Colors of #DAE4DD

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

Complementary Color of #DAE4DD

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

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

HTML Examples of #DAE4DD

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

Related Colors of #DAE4DD

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