Color: #D7DAED

#D7DAED Color Information

#D7DAED is a light color. The closest websafe version is #D7DAED. A complement of this color would be #EEEBD8, perceived brightness is 0.86, and the grayscale version is #E2E2E2.

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

In a RGB color space, #D7DAED is composed of 84% red, 85% green and 93% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 8% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 70.51, x: 0.3313, and y: 0.3398.

Color Code #D7DAED

#D7DAEDrgb(215, 218, 237)
HEX
#D7DAED
RGB
rgb(215, 218, 237)
HSL
hsl(232, 38%, 89%)
HSV
hsv(232, 9%, 93%)
CMYK
9%, 8%, 0%, 7%
XYZ
X: 68.75, Y: 70.51, Z: 68.24
Lab
L: 87.25, a: 1.64, b: -9.71
Name

Shades of Color #D7DAED

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

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

#D7DAEDrgb(215, 218, 237)

About #D7DAED Color Code

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

  • HEX: #D7DAED
  • RGB: rgb(215, 218, 237)
  • HSL: hsl(232, 38%, 89%)
  • HSV: hsv(232, 9%, 93%)
  • CMYK: 9.00% cyan, 8.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 68.75, 70.51, 68.24
  • Yxy: 70.51, 0.3313, 0.3398
  • Hunter Lab: 87.25, 1.64, -9.71
  • CIE-Lab: 87.25, 1.64, -9.71

In the XYZ color space, this color is represented as X: 68.75, Y: 70.51, Z: 68.24. The Yxy representation further refines this as Y: 70.51, x: 0.3313, and y: 0.3398.

In the Hunter Lab color space, this color is represented as L: 87.25, a: 1.64, and b: -9.71. Similarly, in the CIE-Lab color space, it is represented as L: 87.25, a: 1.64, and b: -9.71.

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

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

Analogous Colors of #D7DAED

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

Monochromatic Colors of #D7DAED

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

Complementary Color of #D7DAED

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

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

HTML Examples of #D7DAED

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

Related Colors of #D7DAED

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