Shades of Pale Chestnut #DEA6A8
Tints of Pale Chestnut #DEA6A8
RGB
CMYK
RGB Variations
Color information
#DEA6A8 (or 0xDEA6A8) is known color: Pale Chestnut. HEX triplet: DE, A6 and A8. RGB value is (222,166,168). Sum of RGB (Red+Green+Blue) = 222+166+168=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6A8 is #215957. Grayscale: #B7B7B7. Windows color (decimal): -2185560 or 11052766. OLE color: 11052766.
HSL color Cylindrical-coordinate representation of color #DEA6A8: hue angle of 357.86º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6A8 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 168 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.13 |
| HSL | 357.86º | 0.46% | 0.76% | - |
| HSV(B) | 357.86º | 0.25% | 0.87% | - |
| XYZ | 50.83 | 45.63 | 43.17 | - |
| YUV | 182.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 168 | 0 | 0.25 | 0.24 | 0.13 | 357.86 | 0.46 | 0.76 |
| Hex | DE | A6 | A8 | 0 | 19 | 18 | D | 166 | 2E | 4C |
| Octal | 336 | 246 | 250 | 0 | 31 | 30 | 15 | 546 | 56 | 114 |
| Binary | 11011110 | 10100110 | 10101000 | 0 | 11001 | 11000 | 1101 | 101100110 | 101110 | 1001100 |
Color Harmonies of #DEA6A8
Complementary color
Monochromatic Colors of #DEA6A8
Black with #DEA6A8
Text Example
Text Example
White with #DEA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6A8; }
p { color: rgb(222,166,168); }
H1.HeaderClassName
{
color: #DEA6A8;
}
.AnyTagClassName
{
color: #DEA6A8;
}
</style>
background-color css
<style>
a { background-color: #DEA6A8; }
a { background-color: rgb(222,166,168); }
div.DivClassName
{
background-color: #DEA6A8;
}
.BgClassName
{
background-color: #DEA6A8;
}
</style>
border-color css
<style>
span { border-color: #DEA6A8; }
span { border-color: rgb(222,166,168); }
td.TdClassName
{
border-color: #DEA6A8;
}
.TagClassName
{
border-color: #DEA6A8;
}
</style>