Shades of Cavern Pink #DEC1BF
Tints of Cavern Pink #DEC1BF
RGB
CMYK
RGB Variations
Color information
#DEC1BF (or 0xDEC1BF) is known color: Cavern Pink. HEX triplet: DE, C1 and BF. RGB value is (222,193,191). Sum of RGB (Red+Green+Blue) = 222+193+191=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1BF is #213E40. Grayscale: #C9C9C9. Windows color (decimal): -2178625 or 12567006. OLE color: 12567006.
HSL color Cylindrical-coordinate representation of color #DEC1BF: hue angle of 3.87º 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 #DEC1BF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 191 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.13 |
| HSL | 3.87º | 0.32% | 0.81% | - |
| HSV(B) | 3.87º | 0.14% | 0.87% | - |
| XYZ | 58.6 | 57.43 | 57.29 | - |
| YUV | 201.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 191 | 0 | 0.13 | 0.14 | 0.13 | 3.87 | 0.32 | 0.81 |
| Hex | DE | C1 | BF | 0 | D | E | D | 4 | 20 | 51 |
| Octal | 336 | 301 | 277 | 0 | 15 | 16 | 15 | 4 | 40 | 121 |
| Binary | 11011110 | 11000001 | 10111111 | 0 | 1101 | 1110 | 1101 | 100 | 100000 | 1010001 |
Color Harmonies of #DEC1BF
Complementary color
Monochromatic Colors of #DEC1BF
Black with #DEC1BF
Text Example
Text Example
White with #DEC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1BF; }
p { color: rgb(222,193,191); }
H1.HeaderClassName
{
color: #DEC1BF;
}
.AnyTagClassName
{
color: #DEC1BF;
}
</style>
background-color css
<style>
a { background-color: #DEC1BF; }
a { background-color: rgb(222,193,191); }
div.DivClassName
{
background-color: #DEC1BF;
}
.BgClassName
{
background-color: #DEC1BF;
}
</style>
border-color css
<style>
span { border-color: #DEC1BF; }
span { border-color: rgb(222,193,191); }
td.TdClassName
{
border-color: #DEC1BF;
}
.TagClassName
{
border-color: #DEC1BF;
}
</style>