Shades of Pale Chestnut #DDAAAD
Tints of Pale Chestnut #DDAAAD
RGB
CMYK
RGB Variations
Color information
#DDAAAD (or 0xDDAAAD) is known color: Pale Chestnut. HEX triplet: DD, AA and AD. RGB value is (221,170,173). Sum of RGB (Red+Green+Blue) = 221+170+173=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAD is #225552. Grayscale: #B9B9B9. Windows color (decimal): -2250067 or 11381469. OLE color: 11381469.
HSL color Cylindrical-coordinate representation of color #DDAAAD: hue angle of 356.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAAD is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 173 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.13 |
| HSL | 356.47º | 0.43% | 0.77% | - |
| HSV(B) | 356.47º | 0.23% | 0.87% | - |
| XYZ | 51.74 | 47.14 | 45.91 | - |
| YUV | 185.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 173 | 0 | 0.23 | 0.22 | 0.13 | 356.47 | 0.43 | 0.77 |
| Hex | DD | AA | AD | 0 | 17 | 16 | D | 164 | 2B | 4D |
| Octal | 335 | 252 | 255 | 0 | 27 | 26 | 15 | 544 | 53 | 115 |
| Binary | 11011101 | 10101010 | 10101101 | 0 | 10111 | 10110 | 1101 | 101100100 | 101011 | 1001101 |
Color Harmonies of #DDAAAD
Complementary color
Monochromatic Colors of #DDAAAD
Black with #DDAAAD
Text Example
Text Example
White with #DDAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAAD; }
p { color: rgb(221,170,173); }
H1.HeaderClassName
{
color: #DDAAAD;
}
.AnyTagClassName
{
color: #DDAAAD;
}
</style>
background-color css
<style>
a { background-color: #DDAAAD; }
a { background-color: rgb(221,170,173); }
div.DivClassName
{
background-color: #DDAAAD;
}
.BgClassName
{
background-color: #DDAAAD;
}
</style>
border-color css
<style>
span { border-color: #DDAAAD; }
span { border-color: rgb(221,170,173); }
td.TdClassName
{
border-color: #DDAAAD;
}
.TagClassName
{
border-color: #DDAAAD;
}
</style>