Shades of Cavern Pink #DBBBBB
Tints of Cavern Pink #DBBBBB
RGB
CMYK
RGB Variations
Color information
#DBBBBB (or 0xDBBBBB) is known color: Cavern Pink. HEX triplet: DB, BB and BB. RGB value is (219,187,187). Sum of RGB (Red+Green+Blue) = 219+187+187=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBBB is #244444. Grayscale: #C4C4C4. Windows color (decimal): -2376773 or 12303323. OLE color: 12303323.
HSL color Cylindrical-coordinate representation of color #DBBBBB: hue angle of 0º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBBB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 187 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.14 |
| HSL | 0º | 0.31% | 0.8% | - |
| HSV(B) | 0º | 0.15% | 0.86% | - |
| XYZ | 55.95 | 54.19 | 54.52 | - |
| YUV | 196.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 187 | 0 | 0.15 | 0.15 | 0.14 | 0 | 0.31 | 0.8 |
| Hex | DB | BB | BB | 0 | F | F | E | 0 | 1F | 50 |
| Octal | 333 | 273 | 273 | 0 | 17 | 17 | 16 | 0 | 37 | 120 |
| Binary | 11011011 | 10111011 | 10111011 | 0 | 1111 | 1111 | 1110 | 0 | 11111 | 1010000 |
Color Harmonies of #DBBBBB
Complementary color
Monochromatic Colors of #DBBBBB
Black with #DBBBBB
Text Example
Text Example
White with #DBBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBBB; }
p { color: rgb(219,187,187); }
H1.HeaderClassName
{
color: #DBBBBB;
}
.AnyTagClassName
{
color: #DBBBBB;
}
</style>
background-color css
<style>
a { background-color: #DBBBBB; }
a { background-color: rgb(219,187,187); }
div.DivClassName
{
background-color: #DBBBBB;
}
.BgClassName
{
background-color: #DBBBBB;
}
</style>
border-color css
<style>
span { border-color: #DBBBBB; }
span { border-color: rgb(219,187,187); }
td.TdClassName
{
border-color: #DBBBBB;
}
.TagClassName
{
border-color: #DBBBBB;
}
</style>