Shades of Pale Chestnut #DDAEAF
Tints of Pale Chestnut #DDAEAF
RGB
CMYK
RGB Variations
Color information
#DDAEAF (or 0xDDAEAF) is known color: Pale Chestnut. HEX triplet: DD, AE and AF. RGB value is (221,174,175). Sum of RGB (Red+Green+Blue) = 221+174+175=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAF is #225150. Grayscale: #BCBCBC. Windows color (decimal): -2249041 or 11513565. OLE color: 11513565.
HSL color Cylindrical-coordinate representation of color #DDAEAF: hue angle of 358.72º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEAF is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 175 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.13 |
| HSL | 358.72º | 0.41% | 0.77% | - |
| HSV(B) | 358.72º | 0.21% | 0.87% | - |
| XYZ | 52.69 | 48.74 | 47.19 | - |
| YUV | 188.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 175 | 0 | 0.21 | 0.21 | 0.13 | 358.72 | 0.41 | 0.77 |
| Hex | DD | AE | AF | 0 | 15 | 15 | D | 167 | 29 | 4D |
| Octal | 335 | 256 | 257 | 0 | 25 | 25 | 15 | 547 | 51 | 115 |
| Binary | 11011101 | 10101110 | 10101111 | 0 | 10101 | 10101 | 1101 | 101100111 | 101001 | 1001101 |
Color Harmonies of #DDAEAF
Complementary color
Monochromatic Colors of #DDAEAF
Black with #DDAEAF
Text Example
Text Example
White with #DDAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEAF; }
p { color: rgb(221,174,175); }
H1.HeaderClassName
{
color: #DDAEAF;
}
.AnyTagClassName
{
color: #DDAEAF;
}
</style>
background-color css
<style>
a { background-color: #DDAEAF; }
a { background-color: rgb(221,174,175); }
div.DivClassName
{
background-color: #DDAEAF;
}
.BgClassName
{
background-color: #DDAEAF;
}
</style>
border-color css
<style>
span { border-color: #DDAEAF; }
span { border-color: rgb(221,174,175); }
td.TdClassName
{
border-color: #DDAEAF;
}
.TagClassName
{
border-color: #DDAEAF;
}
</style>