Shades of Cavern Pink #DEAFAE
Tints of Cavern Pink #DEAFAE
RGB
CMYK
RGB Variations
Color information
#DEAFAE (or 0xDEAFAE) is known color: Cavern Pink. HEX triplet: DE, AF and AE. RGB value is (222,175,174). Sum of RGB (Red+Green+Blue) = 222+175+174=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFAE is #215051. Grayscale: #BCBCBC. Windows color (decimal): -2183250 or 11448286. OLE color: 11448286.
HSL color Cylindrical-coordinate representation of color #DEAFAE: hue angle of 1.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAFAE is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 174 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.13 |
| HSL | 1.25º | 0.42% | 0.78% | - |
| HSV(B) | 1.25º | 0.22% | 0.87% | - |
| XYZ | 53.09 | 49.25 | 46.75 | - |
| YUV | 188.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 174 | 0 | 0.21 | 0.22 | 0.13 | 1.25 | 0.42 | 0.78 |
| Hex | DE | AF | AE | 0 | 15 | 16 | D | 1 | 2A | 4E |
| Octal | 336 | 257 | 256 | 0 | 25 | 26 | 15 | 1 | 52 | 116 |
| Binary | 11011110 | 10101111 | 10101110 | 0 | 10101 | 10110 | 1101 | 1 | 101010 | 1001110 |
Color Harmonies of #DEAFAE
Complementary color
Monochromatic Colors of #DEAFAE
Black with #DEAFAE
Text Example
Text Example
White with #DEAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFAE; }
p { color: rgb(222,175,174); }
H1.HeaderClassName
{
color: #DEAFAE;
}
.AnyTagClassName
{
color: #DEAFAE;
}
</style>
background-color css
<style>
a { background-color: #DEAFAE; }
a { background-color: rgb(222,175,174); }
div.DivClassName
{
background-color: #DEAFAE;
}
.BgClassName
{
background-color: #DEAFAE;
}
</style>
border-color css
<style>
span { border-color: #DEAFAE; }
span { border-color: rgb(222,175,174); }
td.TdClassName
{
border-color: #DEAFAE;
}
.TagClassName
{
border-color: #DEAFAE;
}
</style>