Shades of Cavern Pink #DEC1BD
Tints of Cavern Pink #DEC1BD
RGB
CMYK
RGB Variations
Color information
#DEC1BD (or 0xDEC1BD) is known color: Cavern Pink. HEX triplet: DE, C1 and BD. RGB value is (222,193,189). Sum of RGB (Red+Green+Blue) = 222+193+189=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1BD is #213E42. Grayscale: #C9C9C9. Windows color (decimal): -2178627 or 12435934. OLE color: 12435934.
HSL color Cylindrical-coordinate representation of color #DEC1BD: hue angle of 7.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC1BD is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 189 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.13 |
| HSL | 7.27º | 0.33% | 0.81% | - |
| HSV(B) | 7.27º | 0.15% | 0.87% | - |
| XYZ | 58.38 | 57.34 | 56.14 | - |
| YUV | 201.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 189 | 0 | 0.13 | 0.15 | 0.13 | 7.27 | 0.33 | 0.81 |
| Hex | DE | C1 | BD | 0 | D | F | D | 7 | 21 | 51 |
| Octal | 336 | 301 | 275 | 0 | 15 | 17 | 15 | 7 | 41 | 121 |
| Binary | 11011110 | 11000001 | 10111101 | 0 | 1101 | 1111 | 1101 | 111 | 100001 | 1010001 |
Color Harmonies of #DEC1BD
Complementary color
Monochromatic Colors of #DEC1BD
Black with #DEC1BD
Text Example
Text Example
White with #DEC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1BD; }
p { color: rgb(222,193,189); }
H1.HeaderClassName
{
color: #DEC1BD;
}
.AnyTagClassName
{
color: #DEC1BD;
}
</style>
background-color css
<style>
a { background-color: #DEC1BD; }
a { background-color: rgb(222,193,189); }
div.DivClassName
{
background-color: #DEC1BD;
}
.BgClassName
{
background-color: #DEC1BD;
}
</style>
border-color css
<style>
span { border-color: #DEC1BD; }
span { border-color: rgb(222,193,189); }
td.TdClassName
{
border-color: #DEC1BD;
}
.TagClassName
{
border-color: #DEC1BD;
}
</style>