Shades of Cavern Pink #DBBBB2
Tints of Cavern Pink #DBBBB2
RGB
CMYK
RGB Variations
Color information
#DBBBB2 (or 0xDBBBB2) is known color: Cavern Pink. HEX triplet: DB, BB and B2. RGB value is (219,187,178). Sum of RGB (Red+Green+Blue) = 219+187+178=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBB2 is #24444D. Grayscale: #C3C3C3. Windows color (decimal): -2376782 or 11713499. OLE color: 11713499.
HSL color Cylindrical-coordinate representation of color #DBBBB2: hue angle of 13.17º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBBB2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 178 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.14 |
| HSL | 13.17º | 0.36% | 0.78% | - |
| HSV(B) | 13.17º | 0.19% | 0.86% | - |
| XYZ | 55.02 | 53.82 | 49.61 | - |
| YUV | 195.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 178 | 0 | 0.15 | 0.19 | 0.14 | 13.17 | 0.36 | 0.78 |
| Hex | DB | BB | B2 | 0 | F | 13 | E | D | 24 | 4E |
| Octal | 333 | 273 | 262 | 0 | 17 | 23 | 16 | 15 | 44 | 116 |
| Binary | 11011011 | 10111011 | 10110010 | 0 | 1111 | 10011 | 1110 | 1101 | 100100 | 1001110 |
Color Harmonies of #DBBBB2
Complementary color
Monochromatic Colors of #DBBBB2
Black with #DBBBB2
Text Example
Text Example
White with #DBBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBB2; }
p { color: rgb(219,187,178); }
H1.HeaderClassName
{
color: #DBBBB2;
}
.AnyTagClassName
{
color: #DBBBB2;
}
</style>
background-color css
<style>
a { background-color: #DBBBB2; }
a { background-color: rgb(219,187,178); }
div.DivClassName
{
background-color: #DBBBB2;
}
.BgClassName
{
background-color: #DBBBB2;
}
</style>
border-color css
<style>
span { border-color: #DBBBB2; }
span { border-color: rgb(219,187,178); }
td.TdClassName
{
border-color: #DBBBB2;
}
.TagClassName
{
border-color: #DBBBB2;
}
</style>