Shades of Cavern Pink #DBBCBC
Tints of Cavern Pink #DBBCBC
RGB
CMYK
RGB Variations
Color information
#DBBCBC (or 0xDBBCBC) is known color: Cavern Pink. HEX triplet: DB, BC and BC. RGB value is (219,188,188). Sum of RGB (Red+Green+Blue) = 219+188+188=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCBC is #244343. Grayscale: #C5C5C5. Windows color (decimal): -2376516 or 12369115. OLE color: 12369115.
HSL color Cylindrical-coordinate representation of color #DBBCBC: hue angle of 0º degrees, saturation: 0.3, 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 #DBBCBC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 188 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.14 |
| HSL | 0º | 0.3% | 0.8% | - |
| HSV(B) | 0º | 0.14% | 0.86% | - |
| XYZ | 56.27 | 54.66 | 55.16 | - |
| YUV | 197.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 188 | 0 | 0.14 | 0.14 | 0.14 | 0 | 0.3 | 0.8 |
| Hex | DB | BC | BC | 0 | E | E | E | 0 | 1E | 50 |
| Octal | 333 | 274 | 274 | 0 | 16 | 16 | 16 | 0 | 36 | 120 |
| Binary | 11011011 | 10111100 | 10111100 | 0 | 1110 | 1110 | 1110 | 0 | 11110 | 1010000 |
Color Harmonies of #DBBCBC
Complementary color
Monochromatic Colors of #DBBCBC
Black with #DBBCBC
Text Example
Text Example
White with #DBBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCBC; }
p { color: rgb(219,188,188); }
H1.HeaderClassName
{
color: #DBBCBC;
}
.AnyTagClassName
{
color: #DBBCBC;
}
</style>
background-color css
<style>
a { background-color: #DBBCBC; }
a { background-color: rgb(219,188,188); }
div.DivClassName
{
background-color: #DBBCBC;
}
.BgClassName
{
background-color: #DBBCBC;
}
</style>
border-color css
<style>
span { border-color: #DBBCBC; }
span { border-color: rgb(219,188,188); }
td.TdClassName
{
border-color: #DBBCBC;
}
.TagClassName
{
border-color: #DBBCBC;
}
</style>