Shades of Pale Chestnut #DEACB0
Tints of Pale Chestnut #DEACB0
RGB
CMYK
RGB Variations
Color information
#DEACB0 (or 0xDEACB0) is known color: Pale Chestnut. HEX triplet: DE, AC and B0. RGB value is (222,172,176). Sum of RGB (Red+Green+Blue) = 222+172+176=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACB0 is #21534F. Grayscale: #BBBBBB. Windows color (decimal): -2184016 or 11578590. OLE color: 11578590.
HSL color Cylindrical-coordinate representation of color #DEACB0: hue angle of 355.2º 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 #DEACB0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 176 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.13 |
| HSL | 355.2º | 0.43% | 0.77% | - |
| HSV(B) | 355.2º | 0.23% | 0.87% | - |
| XYZ | 52.71 | 48.17 | 47.59 | - |
| YUV | 187.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 176 | 0 | 0.23 | 0.21 | 0.13 | 355.2 | 0.43 | 0.77 |
| Hex | DE | AC | B0 | 0 | 17 | 15 | D | 163 | 2B | 4D |
| Octal | 336 | 254 | 260 | 0 | 27 | 25 | 15 | 543 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10110000 | 0 | 10111 | 10101 | 1101 | 101100011 | 101011 | 1001101 |
Color Harmonies of #DEACB0
Complementary color
Monochromatic Colors of #DEACB0
Black with #DEACB0
Text Example
Text Example
White with #DEACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACB0; }
p { color: rgb(222,172,176); }
H1.HeaderClassName
{
color: #DEACB0;
}
.AnyTagClassName
{
color: #DEACB0;
}
</style>
background-color css
<style>
a { background-color: #DEACB0; }
a { background-color: rgb(222,172,176); }
div.DivClassName
{
background-color: #DEACB0;
}
.BgClassName
{
background-color: #DEACB0;
}
</style>
border-color css
<style>
span { border-color: #DEACB0; }
span { border-color: rgb(222,172,176); }
td.TdClassName
{
border-color: #DEACB0;
}
.TagClassName
{
border-color: #DEACB0;
}
</style>