Shades of French Lilac #ECAEE1
Tints of French Lilac #ECAEE1
RGB
CMYK
RGB Variations
Color information
#ECAEE1 (or 0xECAEE1) is known color: French Lilac. HEX triplet: EC, AE and E1. RGB value is (236,174,225). Sum of RGB (Red+Green+Blue) = 236+174+225=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEE1 is #13511E. Grayscale: #C6C6C6. Windows color (decimal): -1265951 or 14790380. OLE color: 14790380.
HSL color Cylindrical-coordinate representation of color #ECAEE1: hue angle of 310.65º 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 #ECAEE1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 225 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 310.65º | 0.62% | 0.8% | - |
| HSV(B) | 310.65º | 0.26% | 0.93% | - |
| XYZ | 63.32 | 53.54 | 78.23 | - |
| YUV | 198.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 225 | 0 | 0.26 | 0.05 | 0.07 | 310.65 | 0.62 | 0.8 |
| Hex | EC | AE | E1 | 0 | 1A | 5 | 7 | 137 | 3E | 50 |
| Octal | 354 | 256 | 341 | 0 | 32 | 5 | 7 | 467 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11100001 | 0 | 11010 | 101 | 111 | 100110111 | 111110 | 1010000 |
Color Harmonies of #ECAEE1
Complementary color
Monochromatic Colors of #ECAEE1
Black with #ECAEE1
Text Example
Text Example
White with #ECAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEE1; }
p { color: rgb(236,174,225); }
H1.HeaderClassName
{
color: #ECAEE1;
}
.AnyTagClassName
{
color: #ECAEE1;
}
</style>
background-color css
<style>
a { background-color: #ECAEE1; }
a { background-color: rgb(236,174,225); }
div.DivClassName
{
background-color: #ECAEE1;
}
.BgClassName
{
background-color: #ECAEE1;
}
</style>
border-color css
<style>
span { border-color: #ECAEE1; }
span { border-color: rgb(236,174,225); }
td.TdClassName
{
border-color: #ECAEE1;
}
.TagClassName
{
border-color: #ECAEE1;
}
</style>