Shades of Pale Chestnut #DFACAE
Tints of Pale Chestnut #DFACAE
RGB
CMYK
RGB Variations
Color information
#DFACAE (or 0xDFACAE) is known color: Pale Chestnut. HEX triplet: DF, AC and AE. RGB value is (223,172,174). Sum of RGB (Red+Green+Blue) = 223+172+174=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAE is #205351. Grayscale: #BBBBBB. Windows color (decimal): -2118482 or 11447519. OLE color: 11447519.
HSL color Cylindrical-coordinate representation of color #DFACAE: hue angle of 357.65º 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 #DFACAE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 174 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.13 |
| HSL | 357.65º | 0.44% | 0.77% | - |
| HSV(B) | 357.65º | 0.23% | 0.87% | - |
| XYZ | 52.82 | 48.25 | 46.57 | - |
| YUV | 187.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 174 | 0 | 0.23 | 0.22 | 0.13 | 357.65 | 0.44 | 0.77 |
| Hex | DF | AC | AE | 0 | 17 | 16 | D | 166 | 2C | 4D |
| Octal | 337 | 254 | 256 | 0 | 27 | 26 | 15 | 546 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10101110 | 0 | 10111 | 10110 | 1101 | 101100110 | 101100 | 1001101 |
Color Harmonies of #DFACAE
Complementary color
Monochromatic Colors of #DFACAE
Black with #DFACAE
Text Example
Text Example
White with #DFACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACAE; }
p { color: rgb(223,172,174); }
H1.HeaderClassName
{
color: #DFACAE;
}
.AnyTagClassName
{
color: #DFACAE;
}
</style>
background-color css
<style>
a { background-color: #DFACAE; }
a { background-color: rgb(223,172,174); }
div.DivClassName
{
background-color: #DFACAE;
}
.BgClassName
{
background-color: #DFACAE;
}
</style>
border-color css
<style>
span { border-color: #DFACAE; }
span { border-color: rgb(223,172,174); }
td.TdClassName
{
border-color: #DFACAE;
}
.TagClassName
{
border-color: #DFACAE;
}
</style>