Shades of Pale Chestnut #DDACAE
Tints of Pale Chestnut #DDACAE
RGB
CMYK
RGB Variations
Color information
#DDACAE (or 0xDDACAE) is known color: Pale Chestnut. HEX triplet: DD, AC and AE. RGB value is (221,172,174). Sum of RGB (Red+Green+Blue) = 221+172+174=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAE is #225351. Grayscale: #BABABA. Windows color (decimal): -2249554 or 11447517. OLE color: 11447517.
HSL color Cylindrical-coordinate representation of color #DDACAE: hue angle of 357.55º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACAE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 174 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.13 |
| HSL | 357.55º | 0.42% | 0.77% | - |
| HSV(B) | 357.55º | 0.22% | 0.87% | - |
| XYZ | 52.21 | 47.93 | 46.54 | - |
| YUV | 186.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 174 | 0 | 0.22 | 0.21 | 0.13 | 357.55 | 0.42 | 0.77 |
| Hex | DD | AC | AE | 0 | 16 | 15 | D | 166 | 2A | 4D |
| Octal | 335 | 254 | 256 | 0 | 26 | 25 | 15 | 546 | 52 | 115 |
| Binary | 11011101 | 10101100 | 10101110 | 0 | 10110 | 10101 | 1101 | 101100110 | 101010 | 1001101 |
Color Harmonies of #DDACAE
Complementary color
Monochromatic Colors of #DDACAE
Black with #DDACAE
Text Example
Text Example
White with #DDACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACAE; }
p { color: rgb(221,172,174); }
H1.HeaderClassName
{
color: #DDACAE;
}
.AnyTagClassName
{
color: #DDACAE;
}
</style>
background-color css
<style>
a { background-color: #DDACAE; }
a { background-color: rgb(221,172,174); }
div.DivClassName
{
background-color: #DDACAE;
}
.BgClassName
{
background-color: #DDACAE;
}
</style>
border-color css
<style>
span { border-color: #DDACAE; }
span { border-color: rgb(221,172,174); }
td.TdClassName
{
border-color: #DDACAE;
}
.TagClassName
{
border-color: #DDACAE;
}
</style>