Shades of Pale Chestnut #DFAAAE
Tints of Pale Chestnut #DFAAAE
RGB
CMYK
RGB Variations
Color information
#DFAAAE (or 0xDFAAAE) is known color: Pale Chestnut. HEX triplet: DF, AA and AE. RGB value is (223,170,174). Sum of RGB (Red+Green+Blue) = 223+170+174=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAAE is #205551. Grayscale: #BABABA. Windows color (decimal): -2118994 or 11447007. OLE color: 11447007.
HSL color Cylindrical-coordinate representation of color #DFAAAE: hue angle of 355.47º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAAAE is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 174 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.13 |
| HSL | 355.47º | 0.45% | 0.77% | - |
| HSV(B) | 355.47º | 0.24% | 0.87% | - |
| XYZ | 52.45 | 47.49 | 46.45 | - |
| YUV | 186.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 174 | 0 | 0.24 | 0.22 | 0.13 | 355.47 | 0.45 | 0.77 |
| Hex | DF | AA | AE | 0 | 18 | 16 | D | 163 | 2D | 4D |
| Octal | 337 | 252 | 256 | 0 | 30 | 26 | 15 | 543 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10101110 | 0 | 11000 | 10110 | 1101 | 101100011 | 101101 | 1001101 |
Color Harmonies of #DFAAAE
Complementary color
Monochromatic Colors of #DFAAAE
Black with #DFAAAE
Text Example
Text Example
White with #DFAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAAE; }
p { color: rgb(223,170,174); }
H1.HeaderClassName
{
color: #DFAAAE;
}
.AnyTagClassName
{
color: #DFAAAE;
}
</style>
background-color css
<style>
a { background-color: #DFAAAE; }
a { background-color: rgb(223,170,174); }
div.DivClassName
{
background-color: #DFAAAE;
}
.BgClassName
{
background-color: #DFAAAE;
}
</style>
border-color css
<style>
span { border-color: #DFAAAE; }
span { border-color: rgb(223,170,174); }
td.TdClassName
{
border-color: #DFAAAE;
}
.TagClassName
{
border-color: #DFAAAE;
}
</style>