Color: #DBBCCC

#DBBCCC Color Information

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

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

In a RGB color space, #DBBCCC is composed of 86% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 55.47, x: 0.3605, and y: 0.3396.

Color Code #DBBCCC

HEX
#DBBCCC
RGB
rgb(219, 188, 204)
HSL
hsl(329, 30%, 80%)
HSV
hsv(329, 14%, 86%)
CMYK
0%, 14%, 7%, 14%
XYZ
X: 58.89, Y: 55.47, Z: 48.99
Lab
L: 79.31, a: 13.40, b: -3.76
Name

Shades of Color #DBBCCC

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

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

In the HSL color space, this color has a hue angle of 329°, a saturation of 30%, and a lightness of 80%. The HSV representation shows a hue of 329°, a saturation of 14%, and a value of 86%.

  • HEX: #DBBCCC
  • RGB: rgb(219, 188, 204)
  • HSL: hsl(329, 30%, 80%)
  • HSV: hsv(329, 14%, 86%)
  • CMYK: 0.00% cyan, 14.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 58.89, 55.47, 48.99
  • Yxy: 55.47, 0.3605, 0.3396
  • Hunter Lab: 79.31, 13.40, -3.76
  • CIE-Lab: 79.31, 13.40, -3.76

In the XYZ color space, this color is represented as X: 58.89, Y: 55.47, Z: 48.99. The Yxy representation further refines this as Y: 55.47, x: 0.3605, and y: 0.3396.

In the Hunter Lab color space, this color is represented as L: 79.31, a: 13.40, and b: -3.76. Similarly, in the CIE-Lab color space, it is represented as L: 79.31, a: 13.40, and b: -3.76.

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

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

Analogous Colors of #DBBCCC

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

Monochromatic Colors of #DBBCCC

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

Complementary Color of #DBBCCC

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

/* Using HEX */
body {
  background-color: #dbbccc;
}
/* Using RGB */
body {
  background-color: rgb(219, 188, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 188, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 30%, 80%);
}
/* Text color */
p {
  color: #dbbccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbbccc;
}

HTML Examples of #DBBCCC

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

Related Colors of #DBBCCC

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