Shades of Pale Chestnut #DEABB0
Tints of Pale Chestnut #DEABB0
RGB
CMYK
RGB Variations
Color information
#DEABB0 (or 0xDEABB0) is known color: Pale Chestnut. HEX triplet: DE, AB and B0. RGB value is (222,171,176). Sum of RGB (Red+Green+Blue) = 222+171+176=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABB0 is #21544F. Grayscale: #BABABA. Windows color (decimal): -2184272 or 11578334. OLE color: 11578334.
HSL color Cylindrical-coordinate representation of color #DEABB0: hue angle of 354.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABB0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 176 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.13 |
| HSL | 354.12º | 0.44% | 0.77% | - |
| HSV(B) | 354.12º | 0.23% | 0.87% | - |
| XYZ | 52.52 | 47.79 | 47.53 | - |
| YUV | 186.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 176 | 0 | 0.23 | 0.21 | 0.13 | 354.12 | 0.44 | 0.77 |
| Hex | DE | AB | B0 | 0 | 17 | 15 | D | 162 | 2C | 4D |
| Octal | 336 | 253 | 260 | 0 | 27 | 25 | 15 | 542 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10110000 | 0 | 10111 | 10101 | 1101 | 101100010 | 101100 | 1001101 |
Color Harmonies of #DEABB0
Complementary color
Monochromatic Colors of #DEABB0
Black with #DEABB0
Text Example
Text Example
White with #DEABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABB0; }
p { color: rgb(222,171,176); }
H1.HeaderClassName
{
color: #DEABB0;
}
.AnyTagClassName
{
color: #DEABB0;
}
</style>
background-color css
<style>
a { background-color: #DEABB0; }
a { background-color: rgb(222,171,176); }
div.DivClassName
{
background-color: #DEABB0;
}
.BgClassName
{
background-color: #DEABB0;
}
</style>
border-color css
<style>
span { border-color: #DEABB0; }
span { border-color: rgb(222,171,176); }
td.TdClassName
{
border-color: #DEABB0;
}
.TagClassName
{
border-color: #DEABB0;
}
</style>