Shades of Cavern Pink #DEACAC
Tints of Cavern Pink #DEACAC
RGB
CMYK
RGB Variations
Color information
#DEACAC (or 0xDEACAC) is known color: Cavern Pink. HEX triplet: DE, AC and AC. RGB value is (222,172,172). Sum of RGB (Red+Green+Blue) = 222+172+172=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACAC is #215353. Grayscale: #BBBBBB. Windows color (decimal): -2184020 or 11316446. OLE color: 11316446.
HSL color Cylindrical-coordinate representation of color #DEACAC: hue angle of 0º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACAC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 172 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.13 |
| HSL | 0º | 0.43% | 0.77% | - |
| HSV(B) | 0º | 0.23% | 0.87% | - |
| XYZ | 52.32 | 48.01 | 45.54 | - |
| YUV | 186.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 172 | 0 | 0.23 | 0.23 | 0.13 | 0 | 0.43 | 0.77 |
| Hex | DE | AC | AC | 0 | 17 | 17 | D | 0 | 2B | 4D |
| Octal | 336 | 254 | 254 | 0 | 27 | 27 | 15 | 0 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10101100 | 0 | 10111 | 10111 | 1101 | 0 | 101011 | 1001101 |
Color Harmonies of #DEACAC
Complementary color
Monochromatic Colors of #DEACAC
Black with #DEACAC
Text Example
Text Example
White with #DEACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACAC; }
p { color: rgb(222,172,172); }
H1.HeaderClassName
{
color: #DEACAC;
}
.AnyTagClassName
{
color: #DEACAC;
}
</style>
background-color css
<style>
a { background-color: #DEACAC; }
a { background-color: rgb(222,172,172); }
div.DivClassName
{
background-color: #DEACAC;
}
.BgClassName
{
background-color: #DEACAC;
}
</style>
border-color css
<style>
span { border-color: #DEACAC; }
span { border-color: rgb(222,172,172); }
td.TdClassName
{
border-color: #DEACAC;
}
.TagClassName
{
border-color: #DEACAC;
}
</style>