Color: #DBC0BB

#DBC0BB Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 56.56, x: 0.3726, and y: 0.3615.

Color Code #DBC0BB

#DBC0BBrgb(219, 192, 187)
HEX
#DBC0BB
RGB
rgb(219, 192, 187)
HSL
hsl(9, 31%, 80%)
HSV
hsv(9, 15%, 86%)
CMYK
0%, 12%, 15%, 14%
XYZ
X: 58.30, Y: 56.56, Z: 41.60
Lab
L: 79.93, a: 9.29, b: 6.23
Name

Shades of Color #DBC0BB

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

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

#DBC0BBrgb(219, 192, 187)

About #DBC0BB Color Code

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

  • HEX: #DBC0BB
  • RGB: rgb(219, 192, 187)
  • HSL: hsl(9, 31%, 80%)
  • HSV: hsv(9, 15%, 86%)
  • CMYK: 0.00% cyan, 12.00% magenta, 15.00% yellow, 14.00% black
  • XYZ: 58.30, 56.56, 41.60
  • Yxy: 56.56, 0.3726, 0.3615
  • Hunter Lab: 79.93, 9.29, 6.23
  • CIE-Lab: 79.93, 9.29, 6.23

In the XYZ color space, this color is represented as X: 58.30, Y: 56.56, Z: 41.60. The Yxy representation further refines this as Y: 56.56, x: 0.3726, and y: 0.3615.

In the Hunter Lab color space, this color is represented as L: 79.93, a: 9.29, and b: 6.23. Similarly, in the CIE-Lab color space, it is represented as L: 79.93, a: 9.29, and b: 6.23.

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

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

Analogous Colors of #DBC0BB

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

Monochromatic Colors of #DBC0BB

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

Complementary Color of #DBC0BB

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

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

HTML Examples of #DBC0BB

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

Related Colors of #DBC0BB

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