Shades of Pale Chestnut #DEACB1
Tints of Pale Chestnut #DEACB1
RGB
CMYK
RGB Variations
Color information
#DEACB1 (or 0xDEACB1) is known color: Pale Chestnut. HEX triplet: DE, AC and B1. RGB value is (222,172,177). Sum of RGB (Red+Green+Blue) = 222+172+177=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACB1 is #21534E. Grayscale: #BBBBBB. Windows color (decimal): -2184015 or 11644126. OLE color: 11644126.
HSL color Cylindrical-coordinate representation of color #DEACB1: hue angle of 354º degrees, saturation: 0.43, 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 #DEACB1 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 177 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.13 |
| HSL | 354º | 0.43% | 0.77% | - |
| HSV(B) | 354º | 0.23% | 0.87% | - |
| XYZ | 52.81 | 48.21 | 48.12 | - |
| YUV | 187.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 177 | 0 | 0.23 | 0.20 | 0.13 | 354 | 0.43 | 0.77 |
| Hex | DE | AC | B1 | 0 | 17 | 14 | D | 162 | 2B | 4D |
| Octal | 336 | 254 | 261 | 0 | 27 | 24 | 15 | 542 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10110001 | 0 | 10111 | 10100 | 1101 | 101100010 | 101011 | 1001101 |
Color Harmonies of #DEACB1
Complementary color
Monochromatic Colors of #DEACB1
Black with #DEACB1
Text Example
Text Example
White with #DEACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACB1; }
p { color: rgb(222,172,177); }
H1.HeaderClassName
{
color: #DEACB1;
}
.AnyTagClassName
{
color: #DEACB1;
}
</style>
background-color css
<style>
a { background-color: #DEACB1; }
a { background-color: rgb(222,172,177); }
div.DivClassName
{
background-color: #DEACB1;
}
.BgClassName
{
background-color: #DEACB1;
}
</style>
border-color css
<style>
span { border-color: #DEACB1; }
span { border-color: rgb(222,172,177); }
td.TdClassName
{
border-color: #DEACB1;
}
.TagClassName
{
border-color: #DEACB1;
}
</style>