Shades of Pale Chestnut #DFAAAB
Tints of Pale Chestnut #DFAAAB
RGB
CMYK
RGB Variations
Color information
#DFAAAB (or 0xDFAAAB) is known color: Pale Chestnut. HEX triplet: DF, AA and AB. RGB value is (223,170,171). Sum of RGB (Red+Green+Blue) = 223+170+171=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAAB is #205554. Grayscale: #BABABA. Windows color (decimal): -2118997 or 11250399. OLE color: 11250399.
HSL color Cylindrical-coordinate representation of color #DFAAAB: hue angle of 358.87º 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 #DFAAAB is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 171 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.13 |
| HSL | 358.87º | 0.45% | 0.77% | - |
| HSV(B) | 358.87º | 0.24% | 0.87% | - |
| XYZ | 52.16 | 47.38 | 44.92 | - |
| YUV | 185.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 171 | 0 | 0.24 | 0.23 | 0.13 | 358.87 | 0.45 | 0.77 |
| Hex | DF | AA | AB | 0 | 18 | 17 | D | 167 | 2D | 4D |
| Octal | 337 | 252 | 253 | 0 | 30 | 27 | 15 | 547 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10101011 | 0 | 11000 | 10111 | 1101 | 101100111 | 101101 | 1001101 |
Color Harmonies of #DFAAAB
Complementary color
Monochromatic Colors of #DFAAAB
Black with #DFAAAB
Text Example
Text Example
White with #DFAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAAB; }
p { color: rgb(223,170,171); }
H1.HeaderClassName
{
color: #DFAAAB;
}
.AnyTagClassName
{
color: #DFAAAB;
}
</style>
background-color css
<style>
a { background-color: #DFAAAB; }
a { background-color: rgb(223,170,171); }
div.DivClassName
{
background-color: #DFAAAB;
}
.BgClassName
{
background-color: #DFAAAB;
}
</style>
border-color css
<style>
span { border-color: #DFAAAB; }
span { border-color: rgb(223,170,171); }
td.TdClassName
{
border-color: #DFAAAB;
}
.TagClassName
{
border-color: #DFAAAB;
}
</style>