Shades of French Lilac #ECBAE0
Tints of French Lilac #ECBAE0
RGB
CMYK
RGB Variations
Color information
#ECBAE0 (or 0xECBAE0) is known color: French Lilac. HEX triplet: EC, BA and E0. RGB value is (236,186,224). Sum of RGB (Red+Green+Blue) = 236+186+224=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAE0 is #13451F. Grayscale: #CDCDCD. Windows color (decimal): -1262880 or 14727916. OLE color: 14727916.
HSL color Cylindrical-coordinate representation of color #ECBAE0: hue angle of 314.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBAE0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 224 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 314.4º | 0.57% | 0.83% | - |
| HSV(B) | 314.4º | 0.21% | 0.93% | - |
| XYZ | 65.61 | 58.33 | 78.32 | - |
| YUV | 205.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 224 | 0 | 0.21 | 0.05 | 0.07 | 314.4 | 0.57 | 0.83 |
| Hex | EC | BA | E0 | 0 | 15 | 5 | 7 | 13A | 39 | 53 |
| Octal | 354 | 272 | 340 | 0 | 25 | 5 | 7 | 472 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11100000 | 0 | 10101 | 101 | 111 | 100111010 | 111001 | 1010011 |
Color Harmonies of #ECBAE0
Complementary color
Monochromatic Colors of #ECBAE0
Black with #ECBAE0
Text Example
Text Example
White with #ECBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAE0; }
p { color: rgb(236,186,224); }
H1.HeaderClassName
{
color: #ECBAE0;
}
.AnyTagClassName
{
color: #ECBAE0;
}
</style>
background-color css
<style>
a { background-color: #ECBAE0; }
a { background-color: rgb(236,186,224); }
div.DivClassName
{
background-color: #ECBAE0;
}
.BgClassName
{
background-color: #ECBAE0;
}
</style>
border-color css
<style>
span { border-color: #ECBAE0; }
span { border-color: rgb(236,186,224); }
td.TdClassName
{
border-color: #ECBAE0;
}
.TagClassName
{
border-color: #ECBAE0;
}
</style>