Shades of Cavern Pink #DBBCB4
Tints of Cavern Pink #DBBCB4
RGB
CMYK
RGB Variations
Color information
#DBBCB4 (or 0xDBBCB4) is known color: Cavern Pink. HEX triplet: DB, BC and B4. RGB value is (219,188,180). Sum of RGB (Red+Green+Blue) = 219+188+180=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCB4 is #24434B. Grayscale: #C4C4C4. Windows color (decimal): -2376524 or 11844827. OLE color: 11844827.
HSL color Cylindrical-coordinate representation of color #DBBCB4: hue angle of 12.31º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBCB4 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 180 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.14 |
| HSL | 12.31º | 0.35% | 0.78% | - |
| HSV(B) | 12.31º | 0.18% | 0.86% | - |
| XYZ | 55.43 | 54.32 | 50.74 | - |
| YUV | 196.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 180 | 0 | 0.14 | 0.18 | 0.14 | 12.31 | 0.35 | 0.78 |
| Hex | DB | BC | B4 | 0 | E | 12 | E | C | 23 | 4E |
| Octal | 333 | 274 | 264 | 0 | 16 | 22 | 16 | 14 | 43 | 116 |
| Binary | 11011011 | 10111100 | 10110100 | 0 | 1110 | 10010 | 1110 | 1100 | 100011 | 1001110 |
Color Harmonies of #DBBCB4
Complementary color
Monochromatic Colors of #DBBCB4
Black with #DBBCB4
Text Example
Text Example
White with #DBBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCB4; }
p { color: rgb(219,188,180); }
H1.HeaderClassName
{
color: #DBBCB4;
}
.AnyTagClassName
{
color: #DBBCB4;
}
</style>
background-color css
<style>
a { background-color: #DBBCB4; }
a { background-color: rgb(219,188,180); }
div.DivClassName
{
background-color: #DBBCB4;
}
.BgClassName
{
background-color: #DBBCB4;
}
</style>
border-color css
<style>
span { border-color: #DBBCB4; }
span { border-color: rgb(219,188,180); }
td.TdClassName
{
border-color: #DBBCB4;
}
.TagClassName
{
border-color: #DBBCB4;
}
</style>