Shades of Pale Chestnut #D3AAAD
Tints of Pale Chestnut #D3AAAD
RGB
CMYK
RGB Variations
Color information
#D3AAAD (or 0xD3AAAD) is known color: Pale Chestnut. HEX triplet: D3, AA and AD. RGB value is (211,170,173). Sum of RGB (Red+Green+Blue) = 211+170+173=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAAD is #2C5552. Grayscale: #B6B6B6. Windows color (decimal): -2905427 or 11381459. OLE color: 11381459.
HSL color Cylindrical-coordinate representation of color #D3AAAD: hue angle of 355.61º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AAAD is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 173 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.17 |
| HSL | 355.61º | 0.32% | 0.75% | - |
| HSV(B) | 355.61º | 0.19% | 0.83% | - |
| XYZ | 48.78 | 45.62 | 45.77 | - |
| YUV | 182.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 173 | 0 | 0.19 | 0.18 | 0.17 | 355.61 | 0.32 | 0.75 |
| Hex | D3 | AA | AD | 0 | 13 | 12 | 11 | 164 | 20 | 4B |
| Octal | 323 | 252 | 255 | 0 | 23 | 22 | 21 | 544 | 40 | 113 |
| Binary | 11010011 | 10101010 | 10101101 | 0 | 10011 | 10010 | 10001 | 101100100 | 100000 | 1001011 |
Color Harmonies of #D3AAAD
Complementary color
Monochromatic Colors of #D3AAAD
Black with #D3AAAD
Text Example
Text Example
White with #D3AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAAD; }
p { color: rgb(211,170,173); }
H1.HeaderClassName
{
color: #D3AAAD;
}
.AnyTagClassName
{
color: #D3AAAD;
}
</style>
background-color css
<style>
a { background-color: #D3AAAD; }
a { background-color: rgb(211,170,173); }
div.DivClassName
{
background-color: #D3AAAD;
}
.BgClassName
{
background-color: #D3AAAD;
}
</style>
border-color css
<style>
span { border-color: #D3AAAD; }
span { border-color: rgb(211,170,173); }
td.TdClassName
{
border-color: #D3AAAD;
}
.TagClassName
{
border-color: #D3AAAD;
}
</style>