Shades of Pale Chestnut #ECAEB0
Tints of Pale Chestnut #ECAEB0
RGB
CMYK
RGB Variations
Color information
#ECAEB0 (or 0xECAEB0) is known color: Pale Chestnut. HEX triplet: EC, AE and B0. RGB value is (236,174,176). Sum of RGB (Red+Green+Blue) = 236+174+176=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEB0 is #13514F. Grayscale: #C0C0C0. Windows color (decimal): -1266000 or 11579116. OLE color: 11579116.
HSL color Cylindrical-coordinate representation of color #ECAEB0: hue angle of 358.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEB0 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 176 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.07 |
| HSL | 358.06º | 0.62% | 0.8% | - |
| HSV(B) | 358.06º | 0.26% | 0.93% | - |
| XYZ | 57.56 | 51.24 | 47.93 | - |
| YUV | 192.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 176 | 0 | 0.26 | 0.25 | 0.07 | 358.06 | 0.62 | 0.8 |
| Hex | EC | AE | B0 | 0 | 1A | 19 | 7 | 166 | 3E | 50 |
| Octal | 354 | 256 | 260 | 0 | 32 | 31 | 7 | 546 | 76 | 120 |
| Binary | 11101100 | 10101110 | 10110000 | 0 | 11010 | 11001 | 111 | 101100110 | 111110 | 1010000 |
Color Harmonies of #ECAEB0
Complementary color
Monochromatic Colors of #ECAEB0
Black with #ECAEB0
Text Example
Text Example
White with #ECAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEB0; }
p { color: rgb(236,174,176); }
H1.HeaderClassName
{
color: #ECAEB0;
}
.AnyTagClassName
{
color: #ECAEB0;
}
</style>
background-color css
<style>
a { background-color: #ECAEB0; }
a { background-color: rgb(236,174,176); }
div.DivClassName
{
background-color: #ECAEB0;
}
.BgClassName
{
background-color: #ECAEB0;
}
</style>
border-color css
<style>
span { border-color: #ECAEB0; }
span { border-color: rgb(236,174,176); }
td.TdClassName
{
border-color: #ECAEB0;
}
.TagClassName
{
border-color: #ECAEB0;
}
</style>