Shades of French Lilac #ECAFE1
Tints of French Lilac #ECAFE1
RGB
CMYK
RGB Variations
Color information
#ECAFE1 (or 0xECAFE1) is known color: French Lilac. HEX triplet: EC, AF and E1. RGB value is (236,175,225). Sum of RGB (Red+Green+Blue) = 236+175+225=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFE1 is #13501E. Grayscale: #C6C6C6. Windows color (decimal): -1265695 or 14790636. OLE color: 14790636.
HSL color Cylindrical-coordinate representation of color #ECAFE1: hue angle of 310.82º 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 #ECAFE1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 225 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 310.82º | 0.62% | 0.81% | - |
| HSV(B) | 310.82º | 0.26% | 0.93% | - |
| XYZ | 63.51 | 53.93 | 78.3 | - |
| YUV | 198.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 225 | 0 | 0.26 | 0.05 | 0.07 | 310.82 | 0.62 | 0.81 |
| Hex | EC | AF | E1 | 0 | 1A | 5 | 7 | 137 | 3E | 51 |
| Octal | 354 | 257 | 341 | 0 | 32 | 5 | 7 | 467 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11100001 | 0 | 11010 | 101 | 111 | 100110111 | 111110 | 1010001 |
Color Harmonies of #ECAFE1
Complementary color
Monochromatic Colors of #ECAFE1
Black with #ECAFE1
Text Example
Text Example
White with #ECAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFE1; }
p { color: rgb(236,175,225); }
H1.HeaderClassName
{
color: #ECAFE1;
}
.AnyTagClassName
{
color: #ECAFE1;
}
</style>
background-color css
<style>
a { background-color: #ECAFE1; }
a { background-color: rgb(236,175,225); }
div.DivClassName
{
background-color: #ECAFE1;
}
.BgClassName
{
background-color: #ECAFE1;
}
</style>
border-color css
<style>
span { border-color: #ECAFE1; }
span { border-color: rgb(236,175,225); }
td.TdClassName
{
border-color: #ECAFE1;
}
.TagClassName
{
border-color: #ECAFE1;
}
</style>