Color: #DBCFDD

#DBCFDD Color Information

#DBCFDD is a light color. The closest websafe version is #DBCFDD. A complement of this color would be #D1DDCF, perceived brightness is 0.83, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 291°,a saturation of 17%, and a lightness of 84%.The HSV representation shows a hue of 291°, a saturation of 6%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 64.88, x: 0.3456, and y: 0.3436.

Color Code #DBCFDD

#DBCFDDrgb(219, 207, 221)
HEX
#DBCFDD
RGB
rgb(219, 207, 221)
HSL
hsl(291, 17%, 84%)
HSV
hsv(291, 6%, 87%)
CMYK
1%, 6%, 0%, 13%
XYZ
X: 65.26, Y: 64.88, Z: 58.68
Lab
L: 84.42, a: 6.16, b: -5.38
Name

Shades of Color #DBCFDD

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

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

#DBCFDDrgb(219, 207, 221)

About #DBCFDD Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 17%, and a lightness of 84%. The HSV representation shows a hue of 291°, a saturation of 6%, and a value of 87%.

  • HEX: #DBCFDD
  • RGB: rgb(219, 207, 221)
  • HSL: hsl(291, 17%, 84%)
  • HSV: hsv(291, 6%, 87%)
  • CMYK: 100.00% cyan, 6.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 65.26, 64.88, 58.68
  • Yxy: 64.88, 0.3456, 0.3436
  • Hunter Lab: 84.42, 6.16, -5.38
  • CIE-Lab: 84.42, 6.16, -5.38

In the XYZ color space, this color is represented as X: 65.26, Y: 64.88, Z: 58.68. The Yxy representation further refines this as Y: 64.88, x: 0.3456, and y: 0.3436.

In the Hunter Lab color space, this color is represented as L: 84.42, a: 6.16, and b: -5.38. Similarly, in the CIE-Lab color space, it is represented as L: 84.42, a: 6.16, and b: -5.38.

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

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

Analogous Colors of #DBCFDD

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

Monochromatic Colors of #DBCFDD

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

Complementary Color of #DBCFDD

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

/* Using HEX */
body {
  background-color: #dbcfdd;
}
/* Using RGB */
body {
  background-color: rgb(219, 207, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 207, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 17%, 84%);
}
/* Text color */
p {
  color: #dbcfdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbcfdd;
}
/* Border color */
.box {
  border: 4px solid #dbcfdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbcfdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbcfdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBCFDD
On Black Background
#DBCFDD
On White Background
#DBCFDD

HTML Examples of #DBCFDD

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

Related Colors of #DBCFDD

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