Shades of French Lilac #ECAFE5
Tints of French Lilac #ECAFE5
RGB
CMYK
RGB Variations
Color information
#ECAFE5 (or 0xECAFE5) is known color: French Lilac. HEX triplet: EC, AF and E5. RGB value is (236,175,229). Sum of RGB (Red+Green+Blue) = 236+175+229=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFE5 is #13501A. Grayscale: #C7C7C7. Windows color (decimal): -1265691 or 15052780. OLE color: 15052780.
HSL color Cylindrical-coordinate representation of color #ECAFE5: hue angle of 306.89º 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 #ECAFE5 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 229 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.07 |
| HSL | 306.89º | 0.62% | 0.81% | - |
| HSV(B) | 306.89º | 0.26% | 0.93% | - |
| XYZ | 64.06 | 54.15 | 81.2 | - |
| YUV | 199.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 229 | 0 | 0.26 | 0.03 | 0.07 | 306.89 | 0.62 | 0.81 |
| Hex | EC | AF | E5 | 0 | 1A | 3 | 7 | 133 | 3E | 51 |
| Octal | 354 | 257 | 345 | 0 | 32 | 3 | 7 | 463 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11100101 | 0 | 11010 | 11 | 111 | 100110011 | 111110 | 1010001 |
Color Harmonies of #ECAFE5
Complementary color
Monochromatic Colors of #ECAFE5
Black with #ECAFE5
Text Example
Text Example
White with #ECAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFE5; }
p { color: rgb(236,175,229); }
H1.HeaderClassName
{
color: #ECAFE5;
}
.AnyTagClassName
{
color: #ECAFE5;
}
</style>
background-color css
<style>
a { background-color: #ECAFE5; }
a { background-color: rgb(236,175,229); }
div.DivClassName
{
background-color: #ECAFE5;
}
.BgClassName
{
background-color: #ECAFE5;
}
</style>
border-color css
<style>
span { border-color: #ECAFE5; }
span { border-color: rgb(236,175,229); }
td.TdClassName
{
border-color: #ECAFE5;
}
.TagClassName
{
border-color: #ECAFE5;
}
</style>