Shades of Cavern Pink #DEBEBB
Tints of Cavern Pink #DEBEBB
RGB
CMYK
RGB Variations
Color information
#DEBEBB (or 0xDEBEBB) is known color: Cavern Pink. HEX triplet: DE, BE and BB. RGB value is (222,190,187). Sum of RGB (Red+Green+Blue) = 222+190+187=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEBB is #214144. Grayscale: #C7C7C7. Windows color (decimal): -2179397 or 12304094. OLE color: 12304094.
HSL color Cylindrical-coordinate representation of color #DEBEBB: hue angle of 5.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBEBB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 187 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.13 |
| HSL | 5.14º | 0.35% | 0.8% | - |
| HSV(B) | 5.14º | 0.16% | 0.87% | - |
| XYZ | 57.51 | 55.94 | 54.78 | - |
| YUV | 199.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 187 | 0 | 0.14 | 0.16 | 0.13 | 5.14 | 0.35 | 0.8 |
| Hex | DE | BE | BB | 0 | E | 10 | D | 5 | 23 | 50 |
| Octal | 336 | 276 | 273 | 0 | 16 | 20 | 15 | 5 | 43 | 120 |
| Binary | 11011110 | 10111110 | 10111011 | 0 | 1110 | 10000 | 1101 | 101 | 100011 | 1010000 |
Color Harmonies of #DEBEBB
Complementary color
Monochromatic Colors of #DEBEBB
Black with #DEBEBB
Text Example
Text Example
White with #DEBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEBB; }
p { color: rgb(222,190,187); }
H1.HeaderClassName
{
color: #DEBEBB;
}
.AnyTagClassName
{
color: #DEBEBB;
}
</style>
background-color css
<style>
a { background-color: #DEBEBB; }
a { background-color: rgb(222,190,187); }
div.DivClassName
{
background-color: #DEBEBB;
}
.BgClassName
{
background-color: #DEBEBB;
}
</style>
border-color css
<style>
span { border-color: #DEBEBB; }
span { border-color: rgb(222,190,187); }
td.TdClassName
{
border-color: #DEBEBB;
}
.TagClassName
{
border-color: #DEBEBB;
}
</style>