Shades of Pale Chestnut #DEA2A9
Tints of Pale Chestnut #DEA2A9
RGB
CMYK
RGB Variations
Color information
#DEA2A9 (or 0xDEA2A9) is known color: Pale Chestnut. HEX triplet: DE, A2 and A9. RGB value is (222,162,169). Sum of RGB (Red+Green+Blue) = 222+162+169=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA2A9 is #215D56. Grayscale: #B4B4B4. Windows color (decimal): -2186583 or 11117278. OLE color: 11117278.
HSL color Cylindrical-coordinate representation of color #DEA2A9: hue angle of 353º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA2A9 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 169 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.13 |
| HSL | 353º | 0.48% | 0.75% | - |
| HSV(B) | 353º | 0.27% | 0.87% | - |
| XYZ | 50.21 | 44.23 | 43.43 | - |
| YUV | 180.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 169 | 0 | 0.27 | 0.24 | 0.13 | 353 | 0.48 | 0.75 |
| Hex | DE | A2 | A9 | 0 | 1B | 18 | D | 161 | 30 | 4B |
| Octal | 336 | 242 | 251 | 0 | 33 | 30 | 15 | 541 | 60 | 113 |
| Binary | 11011110 | 10100010 | 10101001 | 0 | 11011 | 11000 | 1101 | 101100001 | 110000 | 1001011 |
Color Harmonies of #DEA2A9
Complementary color
Monochromatic Colors of #DEA2A9
Black with #DEA2A9
Text Example
Text Example
White with #DEA2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2A9; }
p { color: rgb(222,162,169); }
H1.HeaderClassName
{
color: #DEA2A9;
}
.AnyTagClassName
{
color: #DEA2A9;
}
</style>
background-color css
<style>
a { background-color: #DEA2A9; }
a { background-color: rgb(222,162,169); }
div.DivClassName
{
background-color: #DEA2A9;
}
.BgClassName
{
background-color: #DEA2A9;
}
</style>
border-color css
<style>
span { border-color: #DEA2A9; }
span { border-color: rgb(222,162,169); }
td.TdClassName
{
border-color: #DEA2A9;
}
.TagClassName
{
border-color: #DEA2A9;
}
</style>