Shades of Pale Chestnut #DEA8AE
Tints of Pale Chestnut #DEA8AE
RGB
CMYK
RGB Variations
Color information
#DEA8AE (or 0xDEA8AE) is known color: Pale Chestnut. HEX triplet: DE, A8 and AE. RGB value is (222,168,174). Sum of RGB (Red+Green+Blue) = 222+168+174=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA8AE is #215751. Grayscale: #B8B8B8. Windows color (decimal): -2185042 or 11446494. OLE color: 11446494.
HSL color Cylindrical-coordinate representation of color #DEA8AE: hue angle of 353.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8AE is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 174 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.13 |
| HSL | 353.33º | 0.45% | 0.76% | - |
| HSV(B) | 353.33º | 0.24% | 0.87% | - |
| XYZ | 51.77 | 46.59 | 46.31 | - |
| YUV | 184.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 174 | 0 | 0.24 | 0.22 | 0.13 | 353.33 | 0.45 | 0.76 |
| Hex | DE | A8 | AE | 0 | 18 | 16 | D | 161 | 2D | 4C |
| Octal | 336 | 250 | 256 | 0 | 30 | 26 | 15 | 541 | 55 | 114 |
| Binary | 11011110 | 10101000 | 10101110 | 0 | 11000 | 10110 | 1101 | 101100001 | 101101 | 1001100 |
Color Harmonies of #DEA8AE
Complementary color
Monochromatic Colors of #DEA8AE
Black with #DEA8AE
Text Example
Text Example
White with #DEA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8AE; }
p { color: rgb(222,168,174); }
H1.HeaderClassName
{
color: #DEA8AE;
}
.AnyTagClassName
{
color: #DEA8AE;
}
</style>
background-color css
<style>
a { background-color: #DEA8AE; }
a { background-color: rgb(222,168,174); }
div.DivClassName
{
background-color: #DEA8AE;
}
.BgClassName
{
background-color: #DEA8AE;
}
</style>
border-color css
<style>
span { border-color: #DEA8AE; }
span { border-color: rgb(222,168,174); }
td.TdClassName
{
border-color: #DEA8AE;
}
.TagClassName
{
border-color: #DEA8AE;
}
</style>