Shades of French Lilac #ECAFE0
Tints of French Lilac #ECAFE0
RGB
CMYK
RGB Variations
Color information
#ECAFE0 (or 0xECAFE0) is known color: French Lilac. HEX triplet: EC, AF and E0. RGB value is (236,175,224). Sum of RGB (Red+Green+Blue) = 236+175+224=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFE0 is #13501F. Grayscale: #C6C6C6. Windows color (decimal): -1265696 or 14725100. OLE color: 14725100.
HSL color Cylindrical-coordinate representation of color #ECAFE0: hue angle of 311.8º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFE0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 224 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 311.8º | 0.62% | 0.81% | - |
| HSV(B) | 311.8º | 0.26% | 0.93% | - |
| XYZ | 63.38 | 53.87 | 77.58 | - |
| YUV | 198.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 224 | 0 | 0.26 | 0.05 | 0.07 | 311.8 | 0.62 | 0.81 |
| Hex | EC | AF | E0 | 0 | 1A | 5 | 7 | 138 | 3E | 51 |
| Octal | 354 | 257 | 340 | 0 | 32 | 5 | 7 | 470 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11100000 | 0 | 11010 | 101 | 111 | 100111000 | 111110 | 1010001 |
Color Harmonies of #ECAFE0
Complementary color
Monochromatic Colors of #ECAFE0
Black with #ECAFE0
Text Example
Text Example
White with #ECAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFE0; }
p { color: rgb(236,175,224); }
H1.HeaderClassName
{
color: #ECAFE0;
}
.AnyTagClassName
{
color: #ECAFE0;
}
</style>
background-color css
<style>
a { background-color: #ECAFE0; }
a { background-color: rgb(236,175,224); }
div.DivClassName
{
background-color: #ECAFE0;
}
.BgClassName
{
background-color: #ECAFE0;
}
</style>
border-color css
<style>
span { border-color: #ECAFE0; }
span { border-color: rgb(236,175,224); }
td.TdClassName
{
border-color: #ECAFE0;
}
.TagClassName
{
border-color: #ECAFE0;
}
</style>