Shades of Cavern Pink #DEBBB0
Tints of Cavern Pink #DEBBB0
RGB
CMYK
RGB Variations
Color information
#DEBBB0 (or 0xDEBBB0) is known color: Cavern Pink. HEX triplet: DE, BB and B0. RGB value is (222,187,176). Sum of RGB (Red+Green+Blue) = 222+187+176=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBB0 is #21444F. Grayscale: #C4C4C4. Windows color (decimal): -2180176 or 11582430. OLE color: 11582430.
HSL color Cylindrical-coordinate representation of color #DEBBB0: hue angle of 14.35º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBBB0 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 176 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.13 |
| HSL | 14.35º | 0.41% | 0.78% | - |
| HSV(B) | 14.35º | 0.21% | 0.87% | - |
| XYZ | 55.73 | 54.2 | 48.6 | - |
| YUV | 196.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 176 | 0 | 0.16 | 0.21 | 0.13 | 14.35 | 0.41 | 0.78 |
| Hex | DE | BB | B0 | 0 | 10 | 15 | D | E | 29 | 4E |
| Octal | 336 | 273 | 260 | 0 | 20 | 25 | 15 | 16 | 51 | 116 |
| Binary | 11011110 | 10111011 | 10110000 | 0 | 10000 | 10101 | 1101 | 1110 | 101001 | 1001110 |
Color Harmonies of #DEBBB0
Complementary color
Monochromatic Colors of #DEBBB0
Black with #DEBBB0
Text Example
Text Example
White with #DEBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBB0; }
p { color: rgb(222,187,176); }
H1.HeaderClassName
{
color: #DEBBB0;
}
.AnyTagClassName
{
color: #DEBBB0;
}
</style>
background-color css
<style>
a { background-color: #DEBBB0; }
a { background-color: rgb(222,187,176); }
div.DivClassName
{
background-color: #DEBBB0;
}
.BgClassName
{
background-color: #DEBBB0;
}
</style>
border-color css
<style>
span { border-color: #DEBBB0; }
span { border-color: rgb(222,187,176); }
td.TdClassName
{
border-color: #DEBBB0;
}
.TagClassName
{
border-color: #DEBBB0;
}
</style>