Shades of Pale Chestnut #DDA8AB
Tints of Pale Chestnut #DDA8AB
RGB
CMYK
RGB Variations
Color information
#DDA8AB (or 0xDDA8AB) is known color: Pale Chestnut. HEX triplet: DD, A8 and AB. RGB value is (221,168,171). Sum of RGB (Red+Green+Blue) = 221+168+171=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8AB is #225754. Grayscale: #B8B8B8. Windows color (decimal): -2250581 or 11249885. OLE color: 11249885.
HSL color Cylindrical-coordinate representation of color #DDA8AB: hue angle of 356.6º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8AB is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 171 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.13 |
| HSL | 356.6º | 0.44% | 0.76% | - |
| HSV(B) | 356.6º | 0.24% | 0.87% | - |
| XYZ | 51.17 | 46.32 | 44.77 | - |
| YUV | 184.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 171 | 0 | 0.24 | 0.23 | 0.13 | 356.6 | 0.44 | 0.76 |
| Hex | DD | A8 | AB | 0 | 18 | 17 | D | 165 | 2C | 4C |
| Octal | 335 | 250 | 253 | 0 | 30 | 27 | 15 | 545 | 54 | 114 |
| Binary | 11011101 | 10101000 | 10101011 | 0 | 11000 | 10111 | 1101 | 101100101 | 101100 | 1001100 |
Color Harmonies of #DDA8AB
Complementary color
Monochromatic Colors of #DDA8AB
Black with #DDA8AB
Text Example
Text Example
White with #DDA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8AB; }
p { color: rgb(221,168,171); }
H1.HeaderClassName
{
color: #DDA8AB;
}
.AnyTagClassName
{
color: #DDA8AB;
}
</style>
background-color css
<style>
a { background-color: #DDA8AB; }
a { background-color: rgb(221,168,171); }
div.DivClassName
{
background-color: #DDA8AB;
}
.BgClassName
{
background-color: #DDA8AB;
}
</style>
border-color css
<style>
span { border-color: #DDA8AB; }
span { border-color: rgb(221,168,171); }
td.TdClassName
{
border-color: #DDA8AB;
}
.TagClassName
{
border-color: #DDA8AB;
}
</style>