Shades of Pale Chestnut #DEABAC
Tints of Pale Chestnut #DEABAC
RGB
CMYK
RGB Variations
Color information
#DEABAC (or 0xDEABAC) is known color: Pale Chestnut. HEX triplet: DE, AB and AC. RGB value is (222,171,172). Sum of RGB (Red+Green+Blue) = 222+171+172=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABAC is #215453. Grayscale: #BABABA. Windows color (decimal): -2184276 or 11316190. OLE color: 11316190.
HSL color Cylindrical-coordinate representation of color #DEABAC: hue angle of 358.82º 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 #DEABAC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 172 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.13 |
| HSL | 358.82º | 0.44% | 0.77% | - |
| HSV(B) | 358.82º | 0.23% | 0.87% | - |
| XYZ | 52.13 | 47.63 | 45.48 | - |
| YUV | 186.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 172 | 0 | 0.23 | 0.23 | 0.13 | 358.82 | 0.44 | 0.77 |
| Hex | DE | AB | AC | 0 | 17 | 17 | D | 167 | 2C | 4D |
| Octal | 336 | 253 | 254 | 0 | 27 | 27 | 15 | 547 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10101100 | 0 | 10111 | 10111 | 1101 | 101100111 | 101100 | 1001101 |
Color Harmonies of #DEABAC
Complementary color
Monochromatic Colors of #DEABAC
Black with #DEABAC
Text Example
Text Example
White with #DEABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABAC; }
p { color: rgb(222,171,172); }
H1.HeaderClassName
{
color: #DEABAC;
}
.AnyTagClassName
{
color: #DEABAC;
}
</style>
background-color css
<style>
a { background-color: #DEABAC; }
a { background-color: rgb(222,171,172); }
div.DivClassName
{
background-color: #DEABAC;
}
.BgClassName
{
background-color: #DEABAC;
}
</style>
border-color css
<style>
span { border-color: #DEABAC; }
span { border-color: rgb(222,171,172); }
td.TdClassName
{
border-color: #DEABAC;
}
.TagClassName
{
border-color: #DEABAC;
}
</style>