Shades of Pale Chestnut #DEA9B0
Tints of Pale Chestnut #DEA9B0
RGB
CMYK
RGB Variations
Color information
#DEA9B0 (or 0xDEA9B0) is known color: Pale Chestnut. HEX triplet: DE, A9 and B0. RGB value is (222,169,176). Sum of RGB (Red+Green+Blue) = 222+169+176=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9B0 is #21564F. Grayscale: #B9B9B9. Windows color (decimal): -2184784 or 11577822. OLE color: 11577822.
HSL color Cylindrical-coordinate representation of color #DEA9B0: hue angle of 352.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9B0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 176 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.13 |
| HSL | 352.08º | 0.45% | 0.77% | - |
| HSV(B) | 352.08º | 0.24% | 0.87% | - |
| XYZ | 52.15 | 47.04 | 47.41 | - |
| YUV | 185.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 176 | 0 | 0.24 | 0.21 | 0.13 | 352.08 | 0.45 | 0.77 |
| Hex | DE | A9 | B0 | 0 | 18 | 15 | D | 160 | 2D | 4D |
| Octal | 336 | 251 | 260 | 0 | 30 | 25 | 15 | 540 | 55 | 115 |
| Binary | 11011110 | 10101001 | 10110000 | 0 | 11000 | 10101 | 1101 | 101100000 | 101101 | 1001101 |
Color Harmonies of #DEA9B0
Complementary color
Monochromatic Colors of #DEA9B0
Black with #DEA9B0
Text Example
Text Example
White with #DEA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9B0; }
p { color: rgb(222,169,176); }
H1.HeaderClassName
{
color: #DEA9B0;
}
.AnyTagClassName
{
color: #DEA9B0;
}
</style>
background-color css
<style>
a { background-color: #DEA9B0; }
a { background-color: rgb(222,169,176); }
div.DivClassName
{
background-color: #DEA9B0;
}
.BgClassName
{
background-color: #DEA9B0;
}
</style>
border-color css
<style>
span { border-color: #DEA9B0; }
span { border-color: rgb(222,169,176); }
td.TdClassName
{
border-color: #DEA9B0;
}
.TagClassName
{
border-color: #DEA9B0;
}
</style>