Shades of Pale Chestnut #DEA3AC
Tints of Pale Chestnut #DEA3AC
RGB
CMYK
RGB Variations
Color information
#DEA3AC (or 0xDEA3AC) is known color: Pale Chestnut. HEX triplet: DE, A3 and AC. RGB value is (222,163,172). Sum of RGB (Red+Green+Blue) = 222+163+172=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA3AC is #215C53. Grayscale: #B5B5B5. Windows color (decimal): -2186324 or 11314142. OLE color: 11314142.
HSL color Cylindrical-coordinate representation of color #DEA3AC: hue angle of 350.85º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3AC is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 172 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.13 |
| HSL | 350.85º | 0.47% | 0.75% | - |
| HSV(B) | 350.85º | 0.27% | 0.87% | - |
| XYZ | 50.67 | 44.7 | 44.99 | - |
| YUV | 181.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 172 | 0 | 0.27 | 0.23 | 0.13 | 350.85 | 0.47 | 0.75 |
| Hex | DE | A3 | AC | 0 | 1B | 17 | D | 15F | 2F | 4B |
| Octal | 336 | 243 | 254 | 0 | 33 | 27 | 15 | 537 | 57 | 113 |
| Binary | 11011110 | 10100011 | 10101100 | 0 | 11011 | 10111 | 1101 | 101011111 | 101111 | 1001011 |
Color Harmonies of #DEA3AC
Complementary color
Monochromatic Colors of #DEA3AC
Black with #DEA3AC
Text Example
Text Example
White with #DEA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3AC; }
p { color: rgb(222,163,172); }
H1.HeaderClassName
{
color: #DEA3AC;
}
.AnyTagClassName
{
color: #DEA3AC;
}
</style>
background-color css
<style>
a { background-color: #DEA3AC; }
a { background-color: rgb(222,163,172); }
div.DivClassName
{
background-color: #DEA3AC;
}
.BgClassName
{
background-color: #DEA3AC;
}
</style>
border-color css
<style>
span { border-color: #DEA3AC; }
span { border-color: rgb(222,163,172); }
td.TdClassName
{
border-color: #DEA3AC;
}
.TagClassName
{
border-color: #DEA3AC;
}
</style>