Shades of Pale Chestnut #DEA4A8
Tints of Pale Chestnut #DEA4A8
RGB
CMYK
RGB Variations
Color information
#DEA4A8 (or 0xDEA4A8) is known color: Pale Chestnut. HEX triplet: DE, A4 and A8. RGB value is (222,164,168). Sum of RGB (Red+Green+Blue) = 222+164+168=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA4A8 is #215B57. Grayscale: #B5B5B5. Windows color (decimal): -2186072 or 11052254. OLE color: 11052254.
HSL color Cylindrical-coordinate representation of color #DEA4A8: hue angle of 355.86º 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 #DEA4A8 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 168 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.13 |
| HSL | 355.86º | 0.47% | 0.76% | - |
| HSV(B) | 355.86º | 0.26% | 0.87% | - |
| XYZ | 50.47 | 44.91 | 43.05 | - |
| YUV | 181.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 168 | 0 | 0.26 | 0.24 | 0.13 | 355.86 | 0.47 | 0.76 |
| Hex | DE | A4 | A8 | 0 | 1A | 18 | D | 164 | 2F | 4C |
| Octal | 336 | 244 | 250 | 0 | 32 | 30 | 15 | 544 | 57 | 114 |
| Binary | 11011110 | 10100100 | 10101000 | 0 | 11010 | 11000 | 1101 | 101100100 | 101111 | 1001100 |
Color Harmonies of #DEA4A8
Complementary color
Monochromatic Colors of #DEA4A8
Black with #DEA4A8
Text Example
Text Example
White with #DEA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4A8; }
p { color: rgb(222,164,168); }
H1.HeaderClassName
{
color: #DEA4A8;
}
.AnyTagClassName
{
color: #DEA4A8;
}
</style>
background-color css
<style>
a { background-color: #DEA4A8; }
a { background-color: rgb(222,164,168); }
div.DivClassName
{
background-color: #DEA4A8;
}
.BgClassName
{
background-color: #DEA4A8;
}
</style>
border-color css
<style>
span { border-color: #DEA4A8; }
span { border-color: rgb(222,164,168); }
td.TdClassName
{
border-color: #DEA4A8;
}
.TagClassName
{
border-color: #DEA4A8;
}
</style>