Shades of Pale Chestnut #DCAAAE
Tints of Pale Chestnut #DCAAAE
RGB
CMYK
RGB Variations
Color information
#DCAAAE (or 0xDCAAAE) is known color: Pale Chestnut. HEX triplet: DC, AA and AE. RGB value is (220,170,174). Sum of RGB (Red+Green+Blue) = 220+170+174=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAE is #235551. Grayscale: #B9B9B9. Windows color (decimal): -2315602 or 11447004. OLE color: 11447004.
HSL color Cylindrical-coordinate representation of color #DCAAAE: hue angle of 355.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAAE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 174 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.14 |
| HSL | 355.2º | 0.42% | 0.76% | - |
| HSV(B) | 355.2º | 0.23% | 0.86% | - |
| XYZ | 51.53 | 47.02 | 46.4 | - |
| YUV | 185.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 174 | 0 | 0.23 | 0.21 | 0.14 | 355.2 | 0.42 | 0.76 |
| Hex | DC | AA | AE | 0 | 17 | 15 | E | 163 | 2A | 4C |
| Octal | 334 | 252 | 256 | 0 | 27 | 25 | 16 | 543 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10101110 | 0 | 10111 | 10101 | 1110 | 101100011 | 101010 | 1001100 |
Color Harmonies of #DCAAAE
Complementary color
Monochromatic Colors of #DCAAAE
Black with #DCAAAE
Text Example
Text Example
White with #DCAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAAE; }
p { color: rgb(220,170,174); }
H1.HeaderClassName
{
color: #DCAAAE;
}
.AnyTagClassName
{
color: #DCAAAE;
}
</style>
background-color css
<style>
a { background-color: #DCAAAE; }
a { background-color: rgb(220,170,174); }
div.DivClassName
{
background-color: #DCAAAE;
}
.BgClassName
{
background-color: #DCAAAE;
}
</style>
border-color css
<style>
span { border-color: #DCAAAE; }
span { border-color: rgb(220,170,174); }
td.TdClassName
{
border-color: #DCAAAE;
}
.TagClassName
{
border-color: #DCAAAE;
}
</style>