Color: #D8AECC

#D8AECC Color Information

#D8AECC is a light color. The closest websafe version is #D8AECC. A complement of this color would be #ACD7B9, perceived brightness is 0.75, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 317°,a saturation of 35%, and a lightness of 76%.The HSV representation shows a hue of 317°, a saturation of 19%, and a value of 85%.

In a RGB color space, #D8AECC is composed of 85% red, 68% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 6% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 49.28, x: 0.3602, and y: 0.3235.

Color Code #D8AECC

#D8AECCrgb(216, 174, 204)
HEX
#D8AECC
RGB
rgb(216, 174, 204)
HSL
hsl(317, 35%, 76%)
HSV
hsv(317, 19%, 85%)
CMYK
0%, 19%, 6%, 15%
XYZ
X: 54.88, Y: 49.28, Z: 48.19
Lab
L: 75.63, a: 19.43, b: -9.19
Name

Shades of Color #D8AECC

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

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

#D8AECCrgb(216, 174, 204)

About #D8AECC Color Code

In the HSL color space, this color has a hue angle of 317°, a saturation of 35%, and a lightness of 76%. The HSV representation shows a hue of 317°, a saturation of 19%, and a value of 85%.

  • HEX: #D8AECC
  • RGB: rgb(216, 174, 204)
  • HSL: hsl(317, 35%, 76%)
  • HSV: hsv(317, 19%, 85%)
  • CMYK: 0.00% cyan, 19.00% magenta, 6.00% yellow, 15.00% black
  • XYZ: 54.88, 49.28, 48.19
  • Yxy: 49.28, 0.3602, 0.3235
  • Hunter Lab: 75.63, 19.43, -9.19
  • CIE-Lab: 75.63, 19.43, -9.19

In the XYZ color space, this color is represented as X: 54.88, Y: 49.28, Z: 48.19. The Yxy representation further refines this as Y: 49.28, x: 0.3602, and y: 0.3235.

In the Hunter Lab color space, this color is represented as L: 75.63, a: 19.43, and b: -9.19. Similarly, in the CIE-Lab color space, it is represented as L: 75.63, a: 19.43, and b: -9.19.

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

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

Analogous Colors of #D8AECC

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

Monochromatic Colors of #D8AECC

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

Complementary Color of #D8AECC

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

/* Using HEX */
body {
  background-color: #d8aecc;
}
/* Using RGB */
body {
  background-color: rgb(216, 174, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(216, 174, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(317, 35%, 76%);
}
/* Text color */
p {
  color: #d8aecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d8aecc;
}
/* Border color */
.box {
  border: 4px solid #d8aecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d8aecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d8aecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D8AECC
On Black Background
#D8AECC
On White Background
#D8AECC

HTML Examples of #D8AECC

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

Related Colors of #D8AECC

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