Shades of Cavern Pink #DEBCBC
Tints of Cavern Pink #DEBCBC
RGB
CMYK
RGB Variations
Color information
#DEBCBC (or 0xDEBCBC) is known color: Cavern Pink. HEX triplet: DE, BC and BC. RGB value is (222,188,188). Sum of RGB (Red+Green+Blue) = 222+188+188=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCBC is #214343. Grayscale: #C6C6C6. Windows color (decimal): -2179908 or 12369118. OLE color: 12369118.
HSL color Cylindrical-coordinate representation of color #DEBCBC: hue angle of 0º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBCBC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 188 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.13 |
| HSL | 0º | 0.34% | 0.8% | - |
| HSV(B) | 0º | 0.15% | 0.87% | - |
| XYZ | 57.18 | 55.13 | 55.2 | - |
| YUV | 198.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 188 | 0 | 0.15 | 0.15 | 0.13 | 0 | 0.34 | 0.8 |
| Hex | DE | BC | BC | 0 | F | F | D | 0 | 22 | 50 |
| Octal | 336 | 274 | 274 | 0 | 17 | 17 | 15 | 0 | 42 | 120 |
| Binary | 11011110 | 10111100 | 10111100 | 0 | 1111 | 1111 | 1101 | 0 | 100010 | 1010000 |
Color Harmonies of #DEBCBC
Complementary color
Monochromatic Colors of #DEBCBC
Black with #DEBCBC
Text Example
Text Example
White with #DEBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCBC; }
p { color: rgb(222,188,188); }
H1.HeaderClassName
{
color: #DEBCBC;
}
.AnyTagClassName
{
color: #DEBCBC;
}
</style>
background-color css
<style>
a { background-color: #DEBCBC; }
a { background-color: rgb(222,188,188); }
div.DivClassName
{
background-color: #DEBCBC;
}
.BgClassName
{
background-color: #DEBCBC;
}
</style>
border-color css
<style>
span { border-color: #DEBCBC; }
span { border-color: rgb(222,188,188); }
td.TdClassName
{
border-color: #DEBCBC;
}
.TagClassName
{
border-color: #DEBCBC;
}
</style>