Shades of Cavern Pink #DEBCB7
Tints of Cavern Pink #DEBCB7
RGB
CMYK
RGB Variations
Color information
#DEBCB7 (or 0xDEBCB7) is known color: Cavern Pink. HEX triplet: DE, BC and B7. RGB value is (222,188,183). Sum of RGB (Red+Green+Blue) = 222+188+183=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCB7 is #214348. Grayscale: #C5C5C5. Windows color (decimal): -2179913 or 12041438. OLE color: 12041438.
HSL color Cylindrical-coordinate representation of color #DEBCB7: hue angle of 7.69º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBCB7 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 183 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.13 |
| HSL | 7.69º | 0.37% | 0.79% | - |
| HSV(B) | 7.69º | 0.18% | 0.87% | - |
| XYZ | 56.65 | 54.91 | 52.41 | - |
| YUV | 197.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 183 | 0 | 0.15 | 0.18 | 0.13 | 7.69 | 0.37 | 0.79 |
| Hex | DE | BC | B7 | 0 | F | 12 | D | 8 | 25 | 4F |
| Octal | 336 | 274 | 267 | 0 | 17 | 22 | 15 | 10 | 45 | 117 |
| Binary | 11011110 | 10111100 | 10110111 | 0 | 1111 | 10010 | 1101 | 1000 | 100101 | 1001111 |
Color Harmonies of #DEBCB7
Complementary color
Monochromatic Colors of #DEBCB7
Black with #DEBCB7
Text Example
Text Example
White with #DEBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCB7; }
p { color: rgb(222,188,183); }
H1.HeaderClassName
{
color: #DEBCB7;
}
.AnyTagClassName
{
color: #DEBCB7;
}
</style>
background-color css
<style>
a { background-color: #DEBCB7; }
a { background-color: rgb(222,188,183); }
div.DivClassName
{
background-color: #DEBCB7;
}
.BgClassName
{
background-color: #DEBCB7;
}
</style>
border-color css
<style>
span { border-color: #DEBCB7; }
span { border-color: rgb(222,188,183); }
td.TdClassName
{
border-color: #DEBCB7;
}
.TagClassName
{
border-color: #DEBCB7;
}
</style>