Color: #D7ADDD

#D7ADDD Color Information

#D7ADDD is a light color. The closest websafe version is #D7ADDD. A complement of this color would be #B2DCAC, perceived brightness is 0.75, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 293°,a saturation of 41%, and a lightness of 77%.The HSV representation shows a hue of 293°, a saturation of 22%, and a value of 87%.

In a RGB color space, #D7ADDD is composed of 84% red, 68% green and 87% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 22% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 49.46, x: 0.3457, and y: 0.3050.

Color Code #D7ADDD

#D7ADDDrgb(215, 173, 221)
HEX
#D7ADDD
RGB
rgb(215, 173, 221)
HSL
hsl(293, 41%, 77%)
HSV
hsv(293, 22%, 87%)
CMYK
3%, 22%, 0%, 13%
XYZ
X: 56.07, Y: 49.46, Z: 56.64
Lab
L: 75.74, a: 21.92, b: -18.26
Name

Shades of Color #D7ADDD

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

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

#D7ADDDrgb(215, 173, 221)

About #D7ADDD Color Code

In the HSL color space, this color has a hue angle of 293°, a saturation of 41%, and a lightness of 77%. The HSV representation shows a hue of 293°, a saturation of 22%, and a value of 87%.

  • HEX: #D7ADDD
  • RGB: rgb(215, 173, 221)
  • HSL: hsl(293, 41%, 77%)
  • HSV: hsv(293, 22%, 87%)
  • CMYK: 3.00% cyan, 22.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 56.07, 49.46, 56.64
  • Yxy: 49.46, 0.3457, 0.3050
  • Hunter Lab: 75.74, 21.92, -18.26
  • CIE-Lab: 75.74, 21.92, -18.26

In the XYZ color space, this color is represented as X: 56.07, Y: 49.46, Z: 56.64. The Yxy representation further refines this as Y: 49.46, x: 0.3457, and y: 0.3050.

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

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

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

Analogous Colors of #D7ADDD

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

Monochromatic Colors of #D7ADDD

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

Complementary Color of #D7ADDD

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

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

HTML Examples of #D7ADDD

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

Related Colors of #D7ADDD

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