Color: #DBBFBD

#DBBFBD Color Information

#DBBFBD is a light color. The closest websafe version is #DBBFBD. A complement of this color would be #BDD9DB, perceived brightness is 0.78, and the grayscale version is #CCCCCC.

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

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

In the Yxy color space, this color is represented as Y: 56.20, x: 0.3713, and y: 0.3584.

Color Code #DBBFBD

HEX
#DBBFBD
RGB
rgb(219, 191, 189)
HSL
hsl(4, 29%, 80%)
HSV
hsv(4, 14%, 86%)
CMYK
0%, 13%, 14%, 14%
XYZ
X: 58.23, Y: 56.20, Z: 42.39
Lab
L: 79.72, a: 10.03, b: 4.87
Name

Shades of Color #DBBFBD

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

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

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

  • HEX: #DBBFBD
  • RGB: rgb(219, 191, 189)
  • HSL: hsl(4, 29%, 80%)
  • HSV: hsv(4, 14%, 86%)
  • CMYK: 0.00% cyan, 13.00% magenta, 14.00% yellow, 14.00% black
  • XYZ: 58.23, 56.20, 42.39
  • Yxy: 56.20, 0.3713, 0.3584
  • Hunter Lab: 79.72, 10.03, 4.87
  • CIE-Lab: 79.72, 10.03, 4.87

In the XYZ color space, this color is represented as X: 58.23, Y: 56.20, Z: 42.39. The Yxy representation further refines this as Y: 56.20, x: 0.3713, and y: 0.3584.

In the Hunter Lab color space, this color is represented as L: 79.72, a: 10.03, and b: 4.87. Similarly, in the CIE-Lab color space, it is represented as L: 79.72, a: 10.03, and b: 4.87.

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

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

Analogous Colors of #DBBFBD

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

Monochromatic Colors of #DBBFBD

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

Complementary Color of #DBBFBD

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

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

HTML Examples of #DBBFBD

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

Related Colors of #DBBFBD

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