Shades of Cavern Pink #DEBCB9
Tints of Cavern Pink #DEBCB9
RGB
CMYK
RGB Variations
Color information
#DEBCB9 (or 0xDEBCB9) is known color: Cavern Pink. HEX triplet: DE, BC and B9. RGB value is (222,188,185). Sum of RGB (Red+Green+Blue) = 222+188+185=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCB9 is #214346. Grayscale: #C5C5C5. Windows color (decimal): -2179911 or 12172510. OLE color: 12172510.
HSL color Cylindrical-coordinate representation of color #DEBCB9: hue angle of 4.86º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBCB9 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 185 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.13 |
| HSL | 4.86º | 0.36% | 0.8% | - |
| HSV(B) | 4.86º | 0.17% | 0.87% | - |
| XYZ | 56.86 | 55 | 53.52 | - |
| YUV | 197.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 185 | 0 | 0.15 | 0.17 | 0.13 | 4.86 | 0.36 | 0.8 |
| Hex | DE | BC | B9 | 0 | F | 11 | D | 5 | 24 | 50 |
| Octal | 336 | 274 | 271 | 0 | 17 | 21 | 15 | 5 | 44 | 120 |
| Binary | 11011110 | 10111100 | 10111001 | 0 | 1111 | 10001 | 1101 | 101 | 100100 | 1010000 |
Color Harmonies of #DEBCB9
Complementary color
Monochromatic Colors of #DEBCB9
Black with #DEBCB9
Text Example
Text Example
White with #DEBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCB9; }
p { color: rgb(222,188,185); }
H1.HeaderClassName
{
color: #DEBCB9;
}
.AnyTagClassName
{
color: #DEBCB9;
}
</style>
background-color css
<style>
a { background-color: #DEBCB9; }
a { background-color: rgb(222,188,185); }
div.DivClassName
{
background-color: #DEBCB9;
}
.BgClassName
{
background-color: #DEBCB9;
}
</style>
border-color css
<style>
span { border-color: #DEBCB9; }
span { border-color: rgb(222,188,185); }
td.TdClassName
{
border-color: #DEBCB9;
}
.TagClassName
{
border-color: #DEBCB9;
}
</style>