Color: #DBBBCC

#DBBBCC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 55.05, x: 0.3607, and y: 0.3384.

Color Code #DBBBCC

#DBBBCCrgb(219, 187, 204)
HEX
#DBBBCC
RGB
rgb(219, 187, 204)
HSL
hsl(328, 31%, 80%)
HSV
hsv(328, 15%, 86%)
CMYK
0%, 15%, 7%, 14%
XYZ
X: 58.67, Y: 55.05, Z: 48.94
Lab
L: 79.07, a: 13.91, b: -4.12
Name

Shades of Color #DBBBCC

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

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

#DBBBCCrgb(219, 187, 204)

About #DBBBCC Color Code

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

  • HEX: #DBBBCC
  • RGB: rgb(219, 187, 204)
  • HSL: hsl(328, 31%, 80%)
  • HSV: hsv(328, 15%, 86%)
  • CMYK: 0.00% cyan, 15.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 58.67, 55.05, 48.94
  • Yxy: 55.05, 0.3607, 0.3384
  • Hunter Lab: 79.07, 13.91, -4.12
  • CIE-Lab: 79.07, 13.91, -4.12

In the XYZ color space, this color is represented as X: 58.67, Y: 55.05, Z: 48.94. The Yxy representation further refines this as Y: 55.05, x: 0.3607, and y: 0.3384.

In the Hunter Lab color space, this color is represented as L: 79.07, a: 13.91, and b: -4.12. Similarly, in the CIE-Lab color space, it is represented as L: 79.07, a: 13.91, and b: -4.12.

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

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

Analogous Colors of #DBBBCC

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

Monochromatic Colors of #DBBBCC

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

Complementary Color of #DBBBCC

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

/* Using HEX */
body {
  background-color: #dbbbcc;
}
/* Using RGB */
body {
  background-color: rgb(219, 187, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 187, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 31%, 80%);
}
/* Text color */
p {
  color: #dbbbcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbbbcc;
}
/* Border color */
.box {
  border: 4px solid #dbbbcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbbbcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbbbcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBBBCC
On Black Background
#DBBBCC
On White Background
#DBBBCC

HTML Examples of #DBBBCC

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

Related Colors of #DBBBCC

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