Shades of Cavern Pink #DEAEAB
Tints of Cavern Pink #DEAEAB
RGB
CMYK
RGB Variations
Color information
#DEAEAB (or 0xDEAEAB) is known color: Cavern Pink. HEX triplet: DE, AE and AB. RGB value is (222,174,171). Sum of RGB (Red+Green+Blue) = 222+174+171=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEAB is #215154. Grayscale: #BCBCBC. Windows color (decimal): -2183509 or 11251422. OLE color: 11251422.
HSL color Cylindrical-coordinate representation of color #DEAEAB: hue angle of 3.53º degrees, saturation: 0.44, 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 #DEAEAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 171 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.13 |
| HSL | 3.53º | 0.44% | 0.77% | - |
| HSV(B) | 3.53º | 0.23% | 0.87% | - |
| XYZ | 52.61 | 48.74 | 45.16 | - |
| YUV | 188.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 171 | 0 | 0.22 | 0.23 | 0.13 | 3.53 | 0.44 | 0.77 |
| Hex | DE | AE | AB | 0 | 16 | 17 | D | 4 | 2C | 4D |
| Octal | 336 | 256 | 253 | 0 | 26 | 27 | 15 | 4 | 54 | 115 |
| Binary | 11011110 | 10101110 | 10101011 | 0 | 10110 | 10111 | 1101 | 100 | 101100 | 1001101 |
Color Harmonies of #DEAEAB
Complementary color
Monochromatic Colors of #DEAEAB
Black with #DEAEAB
Text Example
Text Example
White with #DEAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEAB; }
p { color: rgb(222,174,171); }
H1.HeaderClassName
{
color: #DEAEAB;
}
.AnyTagClassName
{
color: #DEAEAB;
}
</style>
background-color css
<style>
a { background-color: #DEAEAB; }
a { background-color: rgb(222,174,171); }
div.DivClassName
{
background-color: #DEAEAB;
}
.BgClassName
{
background-color: #DEAEAB;
}
</style>
border-color css
<style>
span { border-color: #DEAEAB; }
span { border-color: rgb(222,174,171); }
td.TdClassName
{
border-color: #DEAEAB;
}
.TagClassName
{
border-color: #DEAEAB;
}
</style>