Shades of Pale Chestnut #ECAAAF
Tints of Pale Chestnut #ECAAAF
RGB
CMYK
RGB Variations
Color information
#ECAAAF (or 0xECAAAF) is known color: Pale Chestnut. HEX triplet: EC, AA and AF. RGB value is (236,170,175). Sum of RGB (Red+Green+Blue) = 236+170+175=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAAAF is #135550. Grayscale: #BEBEBE. Windows color (decimal): -1267025 or 11512556. OLE color: 11512556.
HSL color Cylindrical-coordinate representation of color #ECAAAF: hue angle of 355.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAAF is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 175 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 355.45º | 0.63% | 0.8% | - |
| HSV(B) | 355.45º | 0.28% | 0.93% | - |
| XYZ | 56.7 | 49.68 | 47.16 | - |
| YUV | 190.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 175 | 0 | 0.28 | 0.26 | 0.07 | 355.45 | 0.63 | 0.8 |
| Hex | EC | AA | AF | 0 | 1C | 1A | 7 | 163 | 3F | 50 |
| Octal | 354 | 252 | 257 | 0 | 34 | 32 | 7 | 543 | 77 | 120 |
| Binary | 11101100 | 10101010 | 10101111 | 0 | 11100 | 11010 | 111 | 101100011 | 111111 | 1010000 |
Color Harmonies of #ECAAAF
Complementary color
Monochromatic Colors of #ECAAAF
Black with #ECAAAF
Text Example
Text Example
White with #ECAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAAF; }
p { color: rgb(236,170,175); }
H1.HeaderClassName
{
color: #ECAAAF;
}
.AnyTagClassName
{
color: #ECAAAF;
}
</style>
background-color css
<style>
a { background-color: #ECAAAF; }
a { background-color: rgb(236,170,175); }
div.DivClassName
{
background-color: #ECAAAF;
}
.BgClassName
{
background-color: #ECAAAF;
}
</style>
border-color css
<style>
span { border-color: #ECAAAF; }
span { border-color: rgb(236,170,175); }
td.TdClassName
{
border-color: #ECAAAF;
}
.TagClassName
{
border-color: #ECAAAF;
}
</style>