Shades of Pale Chestnut #DEA5A8
Tints of Pale Chestnut #DEA5A8
RGB
CMYK
RGB Variations
Color information
#DEA5A8 (or 0xDEA5A8) is known color: Pale Chestnut. HEX triplet: DE, A5 and A8. RGB value is (222,165,168). Sum of RGB (Red+Green+Blue) = 222+165+168=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA5A8 is #215A57. Grayscale: #B6B6B6. Windows color (decimal): -2185816 or 11052510. OLE color: 11052510.
HSL color Cylindrical-coordinate representation of color #DEA5A8: hue angle of 356.84º degrees, saturation: 0.46, 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 #DEA5A8 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 168 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.13 |
| HSL | 356.84º | 0.46% | 0.76% | - |
| HSV(B) | 356.84º | 0.26% | 0.87% | - |
| XYZ | 50.65 | 45.27 | 43.11 | - |
| YUV | 182.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 168 | 0 | 0.26 | 0.24 | 0.13 | 356.84 | 0.46 | 0.76 |
| Hex | DE | A5 | A8 | 0 | 1A | 18 | D | 165 | 2E | 4C |
| Octal | 336 | 245 | 250 | 0 | 32 | 30 | 15 | 545 | 56 | 114 |
| Binary | 11011110 | 10100101 | 10101000 | 0 | 11010 | 11000 | 1101 | 101100101 | 101110 | 1001100 |
Color Harmonies of #DEA5A8
Complementary color
Monochromatic Colors of #DEA5A8
Black with #DEA5A8
Text Example
Text Example
White with #DEA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5A8; }
p { color: rgb(222,165,168); }
H1.HeaderClassName
{
color: #DEA5A8;
}
.AnyTagClassName
{
color: #DEA5A8;
}
</style>
background-color css
<style>
a { background-color: #DEA5A8; }
a { background-color: rgb(222,165,168); }
div.DivClassName
{
background-color: #DEA5A8;
}
.BgClassName
{
background-color: #DEA5A8;
}
</style>
border-color css
<style>
span { border-color: #DEA5A8; }
span { border-color: rgb(222,165,168); }
td.TdClassName
{
border-color: #DEA5A8;
}
.TagClassName
{
border-color: #DEA5A8;
}
</style>