Shades of Cavern Pink #DEC0BF
Tints of Cavern Pink #DEC0BF
RGB
CMYK
RGB Variations
Color information
#DEC0BF (or 0xDEC0BF) is known color: Cavern Pink. HEX triplet: DE, C0 and BF. RGB value is (222,192,191). Sum of RGB (Red+Green+Blue) = 222+192+191=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0BF is #213F40. Grayscale: #C8C8C8. Windows color (decimal): -2178881 or 12566750. OLE color: 12566750.
HSL color Cylindrical-coordinate representation of color #DEC0BF: hue angle of 1.94º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0BF is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 191 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.13 |
| HSL | 1.94º | 0.32% | 0.81% | - |
| HSV(B) | 1.94º | 0.14% | 0.87% | - |
| XYZ | 58.38 | 56.99 | 57.21 | - |
| YUV | 200.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 191 | 0 | 0.14 | 0.14 | 0.13 | 1.94 | 0.32 | 0.81 |
| Hex | DE | C0 | BF | 0 | E | E | D | 2 | 20 | 51 |
| Octal | 336 | 300 | 277 | 0 | 16 | 16 | 15 | 2 | 40 | 121 |
| Binary | 11011110 | 11000000 | 10111111 | 0 | 1110 | 1110 | 1101 | 10 | 100000 | 1010001 |
Color Harmonies of #DEC0BF
Complementary color
Monochromatic Colors of #DEC0BF
Black with #DEC0BF
Text Example
Text Example
White with #DEC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0BF; }
p { color: rgb(222,192,191); }
H1.HeaderClassName
{
color: #DEC0BF;
}
.AnyTagClassName
{
color: #DEC0BF;
}
</style>
background-color css
<style>
a { background-color: #DEC0BF; }
a { background-color: rgb(222,192,191); }
div.DivClassName
{
background-color: #DEC0BF;
}
.BgClassName
{
background-color: #DEC0BF;
}
</style>
border-color css
<style>
span { border-color: #DEC0BF; }
span { border-color: rgb(222,192,191); }
td.TdClassName
{
border-color: #DEC0BF;
}
.TagClassName
{
border-color: #DEC0BF;
}
</style>