Shades of Pale Chestnut #DDACAF
Tints of Pale Chestnut #DDACAF
RGB
CMYK
RGB Variations
Color information
#DDACAF (or 0xDDACAF) is known color: Pale Chestnut. HEX triplet: DD, AC and AF. RGB value is (221,172,175). Sum of RGB (Red+Green+Blue) = 221+172+175=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAF is #225350. Grayscale: #BBBBBB. Windows color (decimal): -2249553 or 11513053. OLE color: 11513053.
HSL color Cylindrical-coordinate representation of color #DDACAF: hue angle of 356.33º 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 #DDACAF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 175 | - |
CMYK | 0 | 0.22 | 0.21 | 0.13 |
HSL | 356.33º | 0.42% | 0.77% | - |
HSV(B) | 356.33º | 0.22% | 0.87% | - |
XYZ | 52.31 | 47.97 | 47.06 | - |
YUV | 186.99 | 121.23 | 152.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 175 | 0 | 0.22 | 0.21 | 0.13 | 356.33 | 0.42 | 0.77 |
Hex | DD | AC | AF | 0 | 16 | 15 | D | 164 | 2A | 4D |
Octal | 335 | 254 | 257 | 0 | 26 | 25 | 15 | 544 | 52 | 115 |
Binary | 11011101 | 10101100 | 10101111 | 0 | 10110 | 10101 | 1101 | 101100100 | 101010 | 1001101 |
Color Harmonies of #DDACAF
Complementary color
Monochromatic Colors of #DDACAF
Black with #DDACAF
Text Example
Text Example
White with #DDACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACAF; }
p { color: rgb(221,172,175); }
H1.HeaderClassName
{
color: #DDACAF;
}
.AnyTagClassName
{
color: #DDACAF;
}
</style>
background-color css
<style>
a { background-color: #DDACAF; }
a { background-color: rgb(221,172,175); }
div.DivClassName
{
background-color: #DDACAF;
}
.BgClassName
{
background-color: #DDACAF;
}
</style>
border-color css
<style>
span { border-color: #DDACAF; }
span { border-color: rgb(221,172,175); }
td.TdClassName
{
border-color: #DDACAF;
}
.TagClassName
{
border-color: #DDACAF;
}
</style>