Shades of Pale Chestnut #DDA2AB
Tints of Pale Chestnut #DDA2AB
RGB
CMYK
RGB Variations
Color information
#DDA2AB (or 0xDDA2AB) is known color: Pale Chestnut. HEX triplet: DD, A2 and AB. RGB value is (221,162,171). Sum of RGB (Red+Green+Blue) = 221+162+171=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA2AB is #225D54. Grayscale: #B4B4B4. Windows color (decimal): -2252117 or 11248349. OLE color: 11248349.
HSL color Cylindrical-coordinate representation of color #DDA2AB: hue angle of 350.85º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2AB is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 171 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.13 |
| HSL | 350.85º | 0.46% | 0.75% | - |
| HSV(B) | 350.85º | 0.27% | 0.87% | - |
| XYZ | 50.09 | 44.15 | 44.41 | - |
| YUV | 180.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 171 | 0 | 0.27 | 0.23 | 0.13 | 350.85 | 0.46 | 0.75 |
| Hex | DD | A2 | AB | 0 | 1B | 17 | D | 15F | 2E | 4B |
| Octal | 335 | 242 | 253 | 0 | 33 | 27 | 15 | 537 | 56 | 113 |
| Binary | 11011101 | 10100010 | 10101011 | 0 | 11011 | 10111 | 1101 | 101011111 | 101110 | 1001011 |
Color Harmonies of #DDA2AB
Complementary color
Monochromatic Colors of #DDA2AB
Black with #DDA2AB
Text Example
Text Example
White with #DDA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2AB; }
p { color: rgb(221,162,171); }
H1.HeaderClassName
{
color: #DDA2AB;
}
.AnyTagClassName
{
color: #DDA2AB;
}
</style>
background-color css
<style>
a { background-color: #DDA2AB; }
a { background-color: rgb(221,162,171); }
div.DivClassName
{
background-color: #DDA2AB;
}
.BgClassName
{
background-color: #DDA2AB;
}
</style>
border-color css
<style>
span { border-color: #DDA2AB; }
span { border-color: rgb(221,162,171); }
td.TdClassName
{
border-color: #DDA2AB;
}
.TagClassName
{
border-color: #DDA2AB;
}
</style>