Shades of Pale Chestnut #DFA6AD
Tints of Pale Chestnut #DFA6AD
RGB
CMYK
RGB Variations
Color information
#DFA6AD (or 0xDFA6AD) is known color: Pale Chestnut. HEX triplet: DF, A6 and AD. RGB value is (223,166,173). Sum of RGB (Red+Green+Blue) = 223+166+173=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AD is #205952. Grayscale: #B7B7B7. Windows color (decimal): -2120019 or 11380447. OLE color: 11380447.
HSL color Cylindrical-coordinate representation of color #DFA6AD: hue angle of 352.63º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6AD is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 173 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.13 |
| HSL | 352.63º | 0.47% | 0.76% | - |
| HSV(B) | 352.63º | 0.26% | 0.87% | - |
| XYZ | 51.61 | 45.98 | 45.69 | - |
| YUV | 183.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 173 | 0 | 0.26 | 0.22 | 0.13 | 352.63 | 0.47 | 0.76 |
| Hex | DF | A6 | AD | 0 | 1A | 16 | D | 161 | 2F | 4C |
| Octal | 337 | 246 | 255 | 0 | 32 | 26 | 15 | 541 | 57 | 114 |
| Binary | 11011111 | 10100110 | 10101101 | 0 | 11010 | 10110 | 1101 | 101100001 | 101111 | 1001100 |
Color Harmonies of #DFA6AD
Complementary color
Monochromatic Colors of #DFA6AD
Black with #DFA6AD
Text Example
Text Example
White with #DFA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6AD; }
p { color: rgb(223,166,173); }
H1.HeaderClassName
{
color: #DFA6AD;
}
.AnyTagClassName
{
color: #DFA6AD;
}
</style>
background-color css
<style>
a { background-color: #DFA6AD; }
a { background-color: rgb(223,166,173); }
div.DivClassName
{
background-color: #DFA6AD;
}
.BgClassName
{
background-color: #DFA6AD;
}
</style>
border-color css
<style>
span { border-color: #DFA6AD; }
span { border-color: rgb(223,166,173); }
td.TdClassName
{
border-color: #DFA6AD;
}
.TagClassName
{
border-color: #DFA6AD;
}
</style>