Shades of French Lilac #ECAFE7
Tints of French Lilac #ECAFE7
RGB
CMYK
RGB Variations
Color information
#ECAFE7 (or 0xECAFE7) is known color: French Lilac. HEX triplet: EC, AF and E7. RGB value is (236,175,231). Sum of RGB (Red+Green+Blue) = 236+175+231=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFE7 is #135018. Grayscale: #C7C7C7. Windows color (decimal): -1265689 or 15183852. OLE color: 15183852.
HSL color Cylindrical-coordinate representation of color #ECAFE7: hue angle of 304.92º 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 #ECAFE7 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 231 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.07 |
| HSL | 304.92º | 0.62% | 0.81% | - |
| HSV(B) | 304.92º | 0.26% | 0.93% | - |
| XYZ | 64.35 | 54.26 | 82.68 | - |
| YUV | 199.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 231 | 0 | 0.26 | 0.02 | 0.07 | 304.92 | 0.62 | 0.81 |
| Hex | EC | AF | E7 | 0 | 1A | 2 | 7 | 131 | 3E | 51 |
| Octal | 354 | 257 | 347 | 0 | 32 | 2 | 7 | 461 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11100111 | 0 | 11010 | 10 | 111 | 100110001 | 111110 | 1010001 |
Color Harmonies of #ECAFE7
Complementary color
Monochromatic Colors of #ECAFE7
Black with #ECAFE7
Text Example
Text Example
White with #ECAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFE7; }
p { color: rgb(236,175,231); }
H1.HeaderClassName
{
color: #ECAFE7;
}
.AnyTagClassName
{
color: #ECAFE7;
}
</style>
background-color css
<style>
a { background-color: #ECAFE7; }
a { background-color: rgb(236,175,231); }
div.DivClassName
{
background-color: #ECAFE7;
}
.BgClassName
{
background-color: #ECAFE7;
}
</style>
border-color css
<style>
span { border-color: #ECAFE7; }
span { border-color: rgb(236,175,231); }
td.TdClassName
{
border-color: #ECAFE7;
}
.TagClassName
{
border-color: #ECAFE7;
}
</style>