Shades of Cavern Pink #DBBFBD
Tints of Cavern Pink #DBBFBD
RGB
CMYK
RGB Variations
Color information
#DBBFBD (or 0xDBBFBD) is known color: Cavern Pink. HEX triplet: DB, BF and BD. RGB value is (219,191,189). Sum of RGB (Red+Green+Blue) = 219+191+189=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFBD is #244042. Grayscale: #C7C7C7. Windows color (decimal): -2375747 or 12435419. OLE color: 12435419.
HSL color Cylindrical-coordinate representation of color #DBBFBD: hue angle of 4º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBFBD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 189 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.14 |
| HSL | 4º | 0.29% | 0.8% | - |
| HSV(B) | 4º | 0.14% | 0.86% | - |
| XYZ | 57.03 | 56 | 55.95 | - |
| YUV | 199.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 189 | 0 | 0.13 | 0.14 | 0.14 | 4 | 0.29 | 0.8 |
| Hex | DB | BF | BD | 0 | D | E | E | 4 | 1D | 50 |
| Octal | 333 | 277 | 275 | 0 | 15 | 16 | 16 | 4 | 35 | 120 |
| Binary | 11011011 | 10111111 | 10111101 | 0 | 1101 | 1110 | 1110 | 100 | 11101 | 1010000 |
Color Harmonies of #DBBFBD
Complementary color
Monochromatic Colors of #DBBFBD
Black with #DBBFBD
Text Example
Text Example
White with #DBBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFBD; }
p { color: rgb(219,191,189); }
H1.HeaderClassName
{
color: #DBBFBD;
}
.AnyTagClassName
{
color: #DBBFBD;
}
</style>
background-color css
<style>
a { background-color: #DBBFBD; }
a { background-color: rgb(219,191,189); }
div.DivClassName
{
background-color: #DBBFBD;
}
.BgClassName
{
background-color: #DBBFBD;
}
</style>
border-color css
<style>
span { border-color: #DBBFBD; }
span { border-color: rgb(219,191,189); }
td.TdClassName
{
border-color: #DBBFBD;
}
.TagClassName
{
border-color: #DBBFBD;
}
</style>