Shades of Cavern Pink #DEBEB9
Tints of Cavern Pink #DEBEB9
RGB
CMYK
RGB Variations
Color information
#DEBEB9 (or 0xDEBEB9) is known color: Cavern Pink. HEX triplet: DE, BE and B9. RGB value is (222,190,185). Sum of RGB (Red+Green+Blue) = 222+190+185=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEB9 is #214146. Grayscale: #C7C7C7. Windows color (decimal): -2179399 or 12173022. OLE color: 12173022.
HSL color Cylindrical-coordinate representation of color #DEBEB9: hue angle of 8.11º 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 #DEBEB9 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 185 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.13 |
| HSL | 8.11º | 0.36% | 0.8% | - |
| HSV(B) | 8.11º | 0.17% | 0.87% | - |
| XYZ | 57.29 | 55.86 | 53.66 | - |
| YUV | 199 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 185 | 0 | 0.14 | 0.17 | 0.13 | 8.11 | 0.36 | 0.8 |
| Hex | DE | BE | B9 | 0 | E | 11 | D | 8 | 24 | 50 |
| Octal | 336 | 276 | 271 | 0 | 16 | 21 | 15 | 10 | 44 | 120 |
| Binary | 11011110 | 10111110 | 10111001 | 0 | 1110 | 10001 | 1101 | 1000 | 100100 | 1010000 |
Color Harmonies of #DEBEB9
Complementary color
Monochromatic Colors of #DEBEB9
Black with #DEBEB9
Text Example
Text Example
White with #DEBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEB9; }
p { color: rgb(222,190,185); }
H1.HeaderClassName
{
color: #DEBEB9;
}
.AnyTagClassName
{
color: #DEBEB9;
}
</style>
background-color css
<style>
a { background-color: #DEBEB9; }
a { background-color: rgb(222,190,185); }
div.DivClassName
{
background-color: #DEBEB9;
}
.BgClassName
{
background-color: #DEBEB9;
}
</style>
border-color css
<style>
span { border-color: #DEBEB9; }
span { border-color: rgb(222,190,185); }
td.TdClassName
{
border-color: #DEBEB9;
}
.TagClassName
{
border-color: #DEBEB9;
}
</style>