Shades of Pale Chestnut #DEA9AD
Tints of Pale Chestnut #DEA9AD
RGB
CMYK
RGB Variations
Color information
#DEA9AD (or 0xDEA9AD) is known color: Pale Chestnut. HEX triplet: DE, A9 and AD. RGB value is (222,169,173). Sum of RGB (Red+Green+Blue) = 222+169+173=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9AD is #215652. Grayscale: #B9B9B9. Windows color (decimal): -2184787 or 11381214. OLE color: 11381214.
HSL color Cylindrical-coordinate representation of color #DEA9AD: hue angle of 355.47º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9AD is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 173 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.13 |
| HSL | 355.47º | 0.45% | 0.77% | - |
| HSV(B) | 355.47º | 0.24% | 0.87% | - |
| XYZ | 51.86 | 46.92 | 45.86 | - |
| YUV | 185.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 173 | 0 | 0.24 | 0.22 | 0.13 | 355.47 | 0.45 | 0.77 |
| Hex | DE | A9 | AD | 0 | 18 | 16 | D | 163 | 2D | 4D |
| Octal | 336 | 251 | 255 | 0 | 30 | 26 | 15 | 543 | 55 | 115 |
| Binary | 11011110 | 10101001 | 10101101 | 0 | 11000 | 10110 | 1101 | 101100011 | 101101 | 1001101 |
Color Harmonies of #DEA9AD
Complementary color
Monochromatic Colors of #DEA9AD
Black with #DEA9AD
Text Example
Text Example
White with #DEA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9AD; }
p { color: rgb(222,169,173); }
H1.HeaderClassName
{
color: #DEA9AD;
}
.AnyTagClassName
{
color: #DEA9AD;
}
</style>
background-color css
<style>
a { background-color: #DEA9AD; }
a { background-color: rgb(222,169,173); }
div.DivClassName
{
background-color: #DEA9AD;
}
.BgClassName
{
background-color: #DEA9AD;
}
</style>
border-color css
<style>
span { border-color: #DEA9AD; }
span { border-color: rgb(222,169,173); }
td.TdClassName
{
border-color: #DEA9AD;
}
.TagClassName
{
border-color: #DEA9AD;
}
</style>