Color: #DBB9DD

#DBB9DD Color Information

#DBB9DD is a light color. The closest websafe version is #DBB9DD. A complement of this color would be #BCDEBA, perceived brightness is 0.78, and the grayscale version is #CBCBCB.

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

In a RGB color space, #DBB9DD is composed of 86% red, 73% green and 87% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 16% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 54.92, x: 0.3480, and y: 0.3190.

Color Code #DBB9DD

HEX
#DBB9DD
RGB
rgb(219, 185, 221)
HSL
hsl(297, 35%, 80%)
HSV
hsv(297, 16%, 87%)
CMYK
1%, 16%, 0%, 13%
XYZ
X: 59.92, Y: 54.92, Z: 57.34
Lab
L: 79.00, a: 17.20, b: -13.35
Name

Shades of Color #DBB9DD

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

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

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

  • HEX: #DBB9DD
  • RGB: rgb(219, 185, 221)
  • HSL: hsl(297, 35%, 80%)
  • HSV: hsv(297, 16%, 87%)
  • CMYK: 100.00% cyan, 16.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 59.92, 54.92, 57.34
  • Yxy: 54.92, 0.3480, 0.3190
  • Hunter Lab: 79.00, 17.20, -13.35
  • CIE-Lab: 79.00, 17.20, -13.35

In the XYZ color space, this color is represented as X: 59.92, Y: 54.92, Z: 57.34. The Yxy representation further refines this as Y: 54.92, x: 0.3480, and y: 0.3190.

In the Hunter Lab color space, this color is represented as L: 79.00, a: 17.20, and b: -13.35. Similarly, in the CIE-Lab color space, it is represented as L: 79.00, a: 17.20, and b: -13.35.

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

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

Analogous Colors of #DBB9DD

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

Monochromatic Colors of #DBB9DD

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

Complementary Color of #DBB9DD

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

/* Using HEX */
body {
  background-color: #dbb9dd;
}
/* Using RGB */
body {
  background-color: rgb(219, 185, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 185, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 35%, 80%);
}
/* Text color */
p {
  color: #dbb9dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbb9dd;
}

HTML Examples of #DBB9DD

<!-- Using HEX -->
<div style="background-color: #dbb9dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 185, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 185, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(297, 35%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbb9dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbb9dd; width: 100px; height: 100px;"></div>

Related Colors of #DBB9DD

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