Shades of Cavern Pink #DEC0BB
Tints of Cavern Pink #DEC0BB
RGB
CMYK
RGB Variations
Color information
#DEC0BB (or 0xDEC0BB) is known color: Cavern Pink. HEX triplet: DE, C0 and BB. RGB value is (222,192,187). Sum of RGB (Red+Green+Blue) = 222+192+187=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0BB is #213F44. Grayscale: #C8C8C8. Windows color (decimal): -2178885 or 12304606. OLE color: 12304606.
HSL color Cylindrical-coordinate representation of color #DEC0BB: hue angle of 8.57º 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 #DEC0BB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 187 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.13 |
| HSL | 8.57º | 0.35% | 0.8% | - |
| HSV(B) | 8.57º | 0.16% | 0.87% | - |
| XYZ | 57.94 | 56.82 | 54.93 | - |
| YUV | 200.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 187 | 0 | 0.14 | 0.16 | 0.13 | 8.57 | 0.35 | 0.8 |
| Hex | DE | C0 | BB | 0 | E | 10 | D | 9 | 23 | 50 |
| Octal | 336 | 300 | 273 | 0 | 16 | 20 | 15 | 11 | 43 | 120 |
| Binary | 11011110 | 11000000 | 10111011 | 0 | 1110 | 10000 | 1101 | 1001 | 100011 | 1010000 |
Color Harmonies of #DEC0BB
Complementary color
Monochromatic Colors of #DEC0BB
Black with #DEC0BB
Text Example
Text Example
White with #DEC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0BB; }
p { color: rgb(222,192,187); }
H1.HeaderClassName
{
color: #DEC0BB;
}
.AnyTagClassName
{
color: #DEC0BB;
}
</style>
background-color css
<style>
a { background-color: #DEC0BB; }
a { background-color: rgb(222,192,187); }
div.DivClassName
{
background-color: #DEC0BB;
}
.BgClassName
{
background-color: #DEC0BB;
}
</style>
border-color css
<style>
span { border-color: #DEC0BB; }
span { border-color: rgb(222,192,187); }
td.TdClassName
{
border-color: #DEC0BB;
}
.TagClassName
{
border-color: #DEC0BB;
}
</style>