Shades of Cavern Pink #DEC1BA
Tints of Cavern Pink #DEC1BA
RGB
CMYK
RGB Variations
Color information
#DEC1BA (or 0xDEC1BA) is known color: Cavern Pink. HEX triplet: DE, C1 and BA. RGB value is (222,193,186). Sum of RGB (Red+Green+Blue) = 222+193+186=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1BA is #213E45. Grayscale: #C8C8C8. Windows color (decimal): -2178630 or 12239326. OLE color: 12239326.
HSL color Cylindrical-coordinate representation of color #DEC1BA: hue angle of 11.67º 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 #DEC1BA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 186 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.13 |
| HSL | 11.67º | 0.35% | 0.8% | - |
| HSV(B) | 11.67º | 0.16% | 0.87% | - |
| XYZ | 58.06 | 57.21 | 54.44 | - |
| YUV | 200.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 186 | 0 | 0.13 | 0.16 | 0.13 | 11.67 | 0.35 | 0.8 |
| Hex | DE | C1 | BA | 0 | D | 10 | D | C | 23 | 50 |
| Octal | 336 | 301 | 272 | 0 | 15 | 20 | 15 | 14 | 43 | 120 |
| Binary | 11011110 | 11000001 | 10111010 | 0 | 1101 | 10000 | 1101 | 1100 | 100011 | 1010000 |
Color Harmonies of #DEC1BA
Complementary color
Monochromatic Colors of #DEC1BA
Black with #DEC1BA
Text Example
Text Example
White with #DEC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1BA; }
p { color: rgb(222,193,186); }
H1.HeaderClassName
{
color: #DEC1BA;
}
.AnyTagClassName
{
color: #DEC1BA;
}
</style>
background-color css
<style>
a { background-color: #DEC1BA; }
a { background-color: rgb(222,193,186); }
div.DivClassName
{
background-color: #DEC1BA;
}
.BgClassName
{
background-color: #DEC1BA;
}
</style>
border-color css
<style>
span { border-color: #DEC1BA; }
span { border-color: rgb(222,193,186); }
td.TdClassName
{
border-color: #DEC1BA;
}
.TagClassName
{
border-color: #DEC1BA;
}
</style>