Color: #DBCBBC
#DBCBBC Color Information
#DBCBBC is a light color. The closest websafe version is #DBCBBC. A complement of this color would be #BDCDDB, perceived brightness is 0.81, and the grayscale version is #CBCBCB.
In the HSL color space, this color has a hue angle of 29°,a saturation of 30%, and a lightness of 80%.The HSV representation shows a hue of 29°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DBCBBC is composed of 86% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 14% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 61.62, x: 0.3693, and y: 0.3726.
Color Code #DBCBBC
Shades of Color #DBCBBC
Shades are created by darkening the original color #DBCBBC 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 #DBCBBC
Tints are created by lightening the original color #DBCBBC 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 #DBCBBC Color Code
In the HSL color space, this color has a hue angle of 29°, a saturation of 30%, and a lightness of 80%. The HSV representation shows a hue of 29°, a saturation of 14%, and a value of 86%.
- HEX: #DBCBBC
- RGB: rgb(219, 203, 188)
- HSL: hsl(29, 30%, 80%)
- HSV: hsv(29, 14%, 86%)
- CMYK: 0.00% cyan, 7.00% magenta, 14.00% yellow, 14.00% black
- XYZ: 61.08, 61.62, 42.70
- Yxy: 61.62, 0.3693, 0.3726
- Hunter Lab: 82.71, 3.94, 9.63
- CIE-Lab: 82.71, 3.94, 9.63
In the XYZ color space, this color is represented as X: 61.08, Y: 61.62, Z: 42.70. The Yxy representation further refines this as Y: 61.62, x: 0.3693, and y: 0.3726.
In the Hunter Lab color space, this color is represented as L: 82.71, a: 3.94, and b: 9.63. Similarly, in the CIE-Lab color space, it is represented as L: 82.71, a: 3.94, and b: 9.63.
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 #DBCBBC
Triadic colors are three colors evenly spaced around the color wheel, including #DBCBBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBCBBC
Monochromatic colors are variations of #DBCBBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBCBBC
The complementary color of #DBCBBC 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 #DBCBBC
/* Using HEX */ body { background-color: #dbcbbc; }
/* Using RGB */ body { background-color: rgb(219, 203, 188); }
/* Using RGB with opacity */ body { background-color: rgba(219, 203, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(29, 30%, 80%); }
/* Text color */ p { color: #dbcbbc; }
/* Box shadow */ div { box-shadow: 4px 4px #dbcbbc; }
HTML Examples of #DBCBBC
<!-- Using HEX --> <div style="background-color: #dbcbbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 203, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 203, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(29, 30%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbcbbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbcbbc; width: 100px; height: 100px;"></div>
Related Colors of #DBCBBC
These colors are similar to #DBCBBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.