Shades of Pale Chestnut #DEA6AB
Tints of Pale Chestnut #DEA6AB
RGB
CMYK
RGB Variations
Color information
#DEA6AB (or 0xDEA6AB) is known color: Pale Chestnut. HEX triplet: DE, A6 and AB. RGB value is (222,166,171). Sum of RGB (Red+Green+Blue) = 222+166+171=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6AB is #215954. Grayscale: #B7B7B7. Windows color (decimal): -2185557 or 11249374. OLE color: 11249374.
HSL color Cylindrical-coordinate representation of color #DEA6AB: hue angle of 354.64º 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 #DEA6AB is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 171 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.13 |
| HSL | 354.64º | 0.46% | 0.76% | - |
| HSV(B) | 354.64º | 0.25% | 0.87% | - |
| XYZ | 51.11 | 45.74 | 44.66 | - |
| YUV | 183.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 171 | 0 | 0.25 | 0.23 | 0.13 | 354.64 | 0.46 | 0.76 |
| Hex | DE | A6 | AB | 0 | 19 | 17 | D | 163 | 2E | 4C |
| Octal | 336 | 246 | 253 | 0 | 31 | 27 | 15 | 543 | 56 | 114 |
| Binary | 11011110 | 10100110 | 10101011 | 0 | 11001 | 10111 | 1101 | 101100011 | 101110 | 1001100 |
Color Harmonies of #DEA6AB
Complementary color
Monochromatic Colors of #DEA6AB
Black with #DEA6AB
Text Example
Text Example
White with #DEA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6AB; }
p { color: rgb(222,166,171); }
H1.HeaderClassName
{
color: #DEA6AB;
}
.AnyTagClassName
{
color: #DEA6AB;
}
</style>
background-color css
<style>
a { background-color: #DEA6AB; }
a { background-color: rgb(222,166,171); }
div.DivClassName
{
background-color: #DEA6AB;
}
.BgClassName
{
background-color: #DEA6AB;
}
</style>
border-color css
<style>
span { border-color: #DEA6AB; }
span { border-color: rgb(222,166,171); }
td.TdClassName
{
border-color: #DEA6AB;
}
.TagClassName
{
border-color: #DEA6AB;
}
</style>