Shades of Cavern Pink #DEBCB2
Tints of Cavern Pink #DEBCB2
RGB
CMYK
RGB Variations
Color information
#DEBCB2 (or 0xDEBCB2) is known color: Cavern Pink. HEX triplet: DE, BC and B2. RGB value is (222,188,178). Sum of RGB (Red+Green+Blue) = 222+188+178=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCB2 is #21434D. Grayscale: #C5C5C5. Windows color (decimal): -2179918 or 11713758. OLE color: 11713758.
HSL color Cylindrical-coordinate representation of color #DEBCB2: hue angle of 13.64º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBCB2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 178 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.13 |
| HSL | 13.64º | 0.4% | 0.78% | - |
| HSV(B) | 13.64º | 0.2% | 0.87% | - |
| XYZ | 56.14 | 54.71 | 49.72 | - |
| YUV | 197.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 178 | 0 | 0.15 | 0.20 | 0.13 | 13.64 | 0.4 | 0.78 |
| Hex | DE | BC | B2 | 0 | F | 14 | D | E | 28 | 4E |
| Octal | 336 | 274 | 262 | 0 | 17 | 24 | 15 | 16 | 50 | 116 |
| Binary | 11011110 | 10111100 | 10110010 | 0 | 1111 | 10100 | 1101 | 1110 | 101000 | 1001110 |
Color Harmonies of #DEBCB2
Complementary color
Monochromatic Colors of #DEBCB2
Black with #DEBCB2
Text Example
Text Example
White with #DEBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCB2; }
p { color: rgb(222,188,178); }
H1.HeaderClassName
{
color: #DEBCB2;
}
.AnyTagClassName
{
color: #DEBCB2;
}
</style>
background-color css
<style>
a { background-color: #DEBCB2; }
a { background-color: rgb(222,188,178); }
div.DivClassName
{
background-color: #DEBCB2;
}
.BgClassName
{
background-color: #DEBCB2;
}
</style>
border-color css
<style>
span { border-color: #DEBCB2; }
span { border-color: rgb(222,188,178); }
td.TdClassName
{
border-color: #DEBCB2;
}
.TagClassName
{
border-color: #DEBCB2;
}
</style>