Shades of Pale Chestnut #DEACAF
Tints of Pale Chestnut #DEACAF
RGB
CMYK
RGB Variations
Color information
#DEACAF (or 0xDEACAF) is known color: Pale Chestnut. HEX triplet: DE, AC and AF. RGB value is (222,172,175). Sum of RGB (Red+Green+Blue) = 222+172+175=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACAF is #215350. Grayscale: #BBBBBB. Windows color (decimal): -2184017 or 11513054. OLE color: 11513054.
HSL color Cylindrical-coordinate representation of color #DEACAF: hue angle of 356.4º 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 #DEACAF is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 175 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.13 |
| HSL | 356.4º | 0.43% | 0.77% | - |
| HSV(B) | 356.4º | 0.23% | 0.87% | - |
| XYZ | 52.61 | 48.13 | 47.07 | - |
| YUV | 187.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 175 | 0 | 0.23 | 0.21 | 0.13 | 356.4 | 0.43 | 0.77 |
| Hex | DE | AC | AF | 0 | 17 | 15 | D | 164 | 2B | 4D |
| Octal | 336 | 254 | 257 | 0 | 27 | 25 | 15 | 544 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10101111 | 0 | 10111 | 10101 | 1101 | 101100100 | 101011 | 1001101 |
Color Harmonies of #DEACAF
Complementary color
Monochromatic Colors of #DEACAF
Black with #DEACAF
Text Example
Text Example
White with #DEACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACAF; }
p { color: rgb(222,172,175); }
H1.HeaderClassName
{
color: #DEACAF;
}
.AnyTagClassName
{
color: #DEACAF;
}
</style>
background-color css
<style>
a { background-color: #DEACAF; }
a { background-color: rgb(222,172,175); }
div.DivClassName
{
background-color: #DEACAF;
}
.BgClassName
{
background-color: #DEACAF;
}
</style>
border-color css
<style>
span { border-color: #DEACAF; }
span { border-color: rgb(222,172,175); }
td.TdClassName
{
border-color: #DEACAF;
}
.TagClassName
{
border-color: #DEACAF;
}
</style>