Shades of Cavern Pink #DEC0BC
Tints of Cavern Pink #DEC0BC
RGB
CMYK
RGB Variations
Color information
#DEC0BC (or 0xDEC0BC) is known color: Cavern Pink. HEX triplet: DE, C0 and BC. RGB value is (222,192,188). Sum of RGB (Red+Green+Blue) = 222+192+188=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0BC is #213F43. Grayscale: #C8C8C8. Windows color (decimal): -2178884 or 12370142. OLE color: 12370142.
HSL color Cylindrical-coordinate representation of color #DEC0BC: hue angle of 7.06º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC0BC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 188 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.13 |
| HSL | 7.06º | 0.34% | 0.8% | - |
| HSV(B) | 7.06º | 0.15% | 0.87% | - |
| XYZ | 58.05 | 56.86 | 55.49 | - |
| YUV | 200.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 188 | 0 | 0.14 | 0.15 | 0.13 | 7.06 | 0.34 | 0.8 |
| Hex | DE | C0 | BC | 0 | E | F | D | 7 | 22 | 50 |
| Octal | 336 | 300 | 274 | 0 | 16 | 17 | 15 | 7 | 42 | 120 |
| Binary | 11011110 | 11000000 | 10111100 | 0 | 1110 | 1111 | 1101 | 111 | 100010 | 1010000 |
Color Harmonies of #DEC0BC
Complementary color
Monochromatic Colors of #DEC0BC
Black with #DEC0BC
Text Example
Text Example
White with #DEC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0BC; }
p { color: rgb(222,192,188); }
H1.HeaderClassName
{
color: #DEC0BC;
}
.AnyTagClassName
{
color: #DEC0BC;
}
</style>
background-color css
<style>
a { background-color: #DEC0BC; }
a { background-color: rgb(222,192,188); }
div.DivClassName
{
background-color: #DEC0BC;
}
.BgClassName
{
background-color: #DEC0BC;
}
</style>
border-color css
<style>
span { border-color: #DEC0BC; }
span { border-color: rgb(222,192,188); }
td.TdClassName
{
border-color: #DEC0BC;
}
.TagClassName
{
border-color: #DEC0BC;
}
</style>