Shades of Pale Chestnut #DFA8AF
Tints of Pale Chestnut #DFA8AF
RGB
CMYK
RGB Variations
Color information
#DFA8AF (or 0xDFA8AF) is known color: Pale Chestnut. HEX triplet: DF, A8 and AF. RGB value is (223,168,175). Sum of RGB (Red+Green+Blue) = 223+168+175=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA8AF is #205750. Grayscale: #B9B9B9. Windows color (decimal): -2119505 or 11512031. OLE color: 11512031.
HSL color Cylindrical-coordinate representation of color #DFA8AF: hue angle of 352.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8AF is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 175 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.13 |
| HSL | 352.36º | 0.46% | 0.77% | - |
| HSV(B) | 352.36º | 0.25% | 0.87% | - |
| XYZ | 52.17 | 46.79 | 46.84 | - |
| YUV | 185.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 175 | 0 | 0.25 | 0.22 | 0.13 | 352.36 | 0.46 | 0.77 |
| Hex | DF | A8 | AF | 0 | 19 | 16 | D | 160 | 2E | 4D |
| Octal | 337 | 250 | 257 | 0 | 31 | 26 | 15 | 540 | 56 | 115 |
| Binary | 11011111 | 10101000 | 10101111 | 0 | 11001 | 10110 | 1101 | 101100000 | 101110 | 1001101 |
Color Harmonies of #DFA8AF
Complementary color
Monochromatic Colors of #DFA8AF
Black with #DFA8AF
Text Example
Text Example
White with #DFA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8AF; }
p { color: rgb(223,168,175); }
H1.HeaderClassName
{
color: #DFA8AF;
}
.AnyTagClassName
{
color: #DFA8AF;
}
</style>
background-color css
<style>
a { background-color: #DFA8AF; }
a { background-color: rgb(223,168,175); }
div.DivClassName
{
background-color: #DFA8AF;
}
.BgClassName
{
background-color: #DFA8AF;
}
</style>
border-color css
<style>
span { border-color: #DFA8AF; }
span { border-color: rgb(223,168,175); }
td.TdClassName
{
border-color: #DFA8AF;
}
.TagClassName
{
border-color: #DFA8AF;
}
</style>