Shades of Pale Chestnut #DCACAE
Tints of Pale Chestnut #DCACAE
RGB
CMYK
RGB Variations
Color information
#DCACAE (or 0xDCACAE) is known color: Pale Chestnut. HEX triplet: DC, AC and AE. RGB value is (220,172,174). Sum of RGB (Red+Green+Blue) = 220+172+174=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAE is #235351. Grayscale: #BABABA. Windows color (decimal): -2315090 or 11447516. OLE color: 11447516.
HSL color Cylindrical-coordinate representation of color #DCACAE: hue angle of 357.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACAE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 174 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.14 |
| HSL | 357.5º | 0.41% | 0.77% | - |
| HSV(B) | 357.5º | 0.22% | 0.86% | - |
| XYZ | 51.91 | 47.78 | 46.53 | - |
| YUV | 186.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 174 | 0 | 0.22 | 0.21 | 0.14 | 357.5 | 0.41 | 0.77 |
| Hex | DC | AC | AE | 0 | 16 | 15 | E | 166 | 29 | 4D |
| Octal | 334 | 254 | 256 | 0 | 26 | 25 | 16 | 546 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10101110 | 0 | 10110 | 10101 | 1110 | 101100110 | 101001 | 1001101 |
Color Harmonies of #DCACAE
Complementary color
Monochromatic Colors of #DCACAE
Black with #DCACAE
Text Example
Text Example
White with #DCACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACAE; }
p { color: rgb(220,172,174); }
H1.HeaderClassName
{
color: #DCACAE;
}
.AnyTagClassName
{
color: #DCACAE;
}
</style>
background-color css
<style>
a { background-color: #DCACAE; }
a { background-color: rgb(220,172,174); }
div.DivClassName
{
background-color: #DCACAE;
}
.BgClassName
{
background-color: #DCACAE;
}
</style>
border-color css
<style>
span { border-color: #DCACAE; }
span { border-color: rgb(220,172,174); }
td.TdClassName
{
border-color: #DCACAE;
}
.TagClassName
{
border-color: #DCACAE;
}
</style>