Shades of Cavern Pink #DBBCB9
Tints of Cavern Pink #DBBCB9
RGB
CMYK
RGB Variations
Color information
#DBBCB9 (or 0xDBBCB9) is known color: Cavern Pink. HEX triplet: DB, BC and B9. RGB value is (219,188,185). Sum of RGB (Red+Green+Blue) = 219+188+185=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCB9 is #244346. Grayscale: #C4C4C4. Windows color (decimal): -2376519 or 12172507. OLE color: 12172507.
HSL color Cylindrical-coordinate representation of color #DBBCB9: hue angle of 5.29º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBCB9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 185 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.14 |
| HSL | 5.29º | 0.32% | 0.79% | - |
| HSV(B) | 5.29º | 0.16% | 0.86% | - |
| XYZ | 55.95 | 54.53 | 53.48 | - |
| YUV | 196.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 185 | 0 | 0.14 | 0.16 | 0.14 | 5.29 | 0.32 | 0.79 |
| Hex | DB | BC | B9 | 0 | E | 10 | E | 5 | 20 | 4F |
| Octal | 333 | 274 | 271 | 0 | 16 | 20 | 16 | 5 | 40 | 117 |
| Binary | 11011011 | 10111100 | 10111001 | 0 | 1110 | 10000 | 1110 | 101 | 100000 | 1001111 |
Color Harmonies of #DBBCB9
Complementary color
Monochromatic Colors of #DBBCB9
Black with #DBBCB9
Text Example
Text Example
White with #DBBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCB9; }
p { color: rgb(219,188,185); }
H1.HeaderClassName
{
color: #DBBCB9;
}
.AnyTagClassName
{
color: #DBBCB9;
}
</style>
background-color css
<style>
a { background-color: #DBBCB9; }
a { background-color: rgb(219,188,185); }
div.DivClassName
{
background-color: #DBBCB9;
}
.BgClassName
{
background-color: #DBBCB9;
}
</style>
border-color css
<style>
span { border-color: #DBBCB9; }
span { border-color: rgb(219,188,185); }
td.TdClassName
{
border-color: #DBBCB9;
}
.TagClassName
{
border-color: #DBBCB9;
}
</style>