Shades of Pale Chestnut #DDAAAB
Tints of Pale Chestnut #DDAAAB
RGB
CMYK
RGB Variations
Color information
#DDAAAB (or 0xDDAAAB) is known color: Pale Chestnut. HEX triplet: DD, AA and AB. RGB value is (221,170,171). Sum of RGB (Red+Green+Blue) = 221+170+171=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAB is #225554. Grayscale: #B9B9B9. Windows color (decimal): -2250069 or 11250397. OLE color: 11250397.
HSL color Cylindrical-coordinate representation of color #DDAAAB: hue angle of 358.82º 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 #DDAAAB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 171 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.13 |
| HSL | 358.82º | 0.43% | 0.77% | - |
| HSV(B) | 358.82º | 0.23% | 0.87% | - |
| XYZ | 51.54 | 47.06 | 44.9 | - |
| YUV | 185.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 171 | 0 | 0.23 | 0.23 | 0.13 | 358.82 | 0.43 | 0.77 |
| Hex | DD | AA | AB | 0 | 17 | 17 | D | 167 | 2B | 4D |
| Octal | 335 | 252 | 253 | 0 | 27 | 27 | 15 | 547 | 53 | 115 |
| Binary | 11011101 | 10101010 | 10101011 | 0 | 10111 | 10111 | 1101 | 101100111 | 101011 | 1001101 |
Color Harmonies of #DDAAAB
Complementary color
Monochromatic Colors of #DDAAAB
Black with #DDAAAB
Text Example
Text Example
White with #DDAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAAB; }
p { color: rgb(221,170,171); }
H1.HeaderClassName
{
color: #DDAAAB;
}
.AnyTagClassName
{
color: #DDAAAB;
}
</style>
background-color css
<style>
a { background-color: #DDAAAB; }
a { background-color: rgb(221,170,171); }
div.DivClassName
{
background-color: #DDAAAB;
}
.BgClassName
{
background-color: #DDAAAB;
}
</style>
border-color css
<style>
span { border-color: #DDAAAB; }
span { border-color: rgb(221,170,171); }
td.TdClassName
{
border-color: #DDAAAB;
}
.TagClassName
{
border-color: #DDAAAB;
}
</style>