Shades of Pale Chestnut #DEA4AA
Tints of Pale Chestnut #DEA4AA
RGB
CMYK
RGB Variations
Color information
#DEA4AA (or 0xDEA4AA) is known color: Pale Chestnut. HEX triplet: DE, A4 and AA. RGB value is (222,164,170). Sum of RGB (Red+Green+Blue) = 222+164+170=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA4AA is #215B55. Grayscale: #B6B6B6. Windows color (decimal): -2186070 or 11183326. OLE color: 11183326.
HSL color Cylindrical-coordinate representation of color #DEA4AA: hue angle of 353.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4AA is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 170 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.13 |
| HSL | 353.79º | 0.47% | 0.76% | - |
| HSV(B) | 353.79º | 0.26% | 0.87% | - |
| XYZ | 50.66 | 44.98 | 44.04 | - |
| YUV | 182.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 170 | 0 | 0.26 | 0.23 | 0.13 | 353.79 | 0.47 | 0.76 |
| Hex | DE | A4 | AA | 0 | 1A | 17 | D | 162 | 2F | 4C |
| Octal | 336 | 244 | 252 | 0 | 32 | 27 | 15 | 542 | 57 | 114 |
| Binary | 11011110 | 10100100 | 10101010 | 0 | 11010 | 10111 | 1101 | 101100010 | 101111 | 1001100 |
Color Harmonies of #DEA4AA
Complementary color
Monochromatic Colors of #DEA4AA
Black with #DEA4AA
Text Example
Text Example
White with #DEA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4AA; }
p { color: rgb(222,164,170); }
H1.HeaderClassName
{
color: #DEA4AA;
}
.AnyTagClassName
{
color: #DEA4AA;
}
</style>
background-color css
<style>
a { background-color: #DEA4AA; }
a { background-color: rgb(222,164,170); }
div.DivClassName
{
background-color: #DEA4AA;
}
.BgClassName
{
background-color: #DEA4AA;
}
</style>
border-color css
<style>
span { border-color: #DEA4AA; }
span { border-color: rgb(222,164,170); }
td.TdClassName
{
border-color: #DEA4AA;
}
.TagClassName
{
border-color: #DEA4AA;
}
</style>