Shades of French Lilac #ECAFE6
Tints of French Lilac #ECAFE6
RGB
CMYK
RGB Variations
Color information
#ECAFE6 (or 0xECAFE6) is known color: French Lilac. HEX triplet: EC, AF and E6. RGB value is (236,175,230). Sum of RGB (Red+Green+Blue) = 236+175+230=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFE6 is #135019. Grayscale: #C7C7C7. Windows color (decimal): -1265690 or 15118316. OLE color: 15118316.
HSL color Cylindrical-coordinate representation of color #ECAFE6: hue angle of 305.9º 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 #ECAFE6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 230 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.07 |
| HSL | 305.9º | 0.62% | 0.81% | - |
| HSV(B) | 305.9º | 0.26% | 0.93% | - |
| XYZ | 64.2 | 54.21 | 81.94 | - |
| YUV | 199.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 230 | 0 | 0.26 | 0.03 | 0.07 | 305.9 | 0.62 | 0.81 |
| Hex | EC | AF | E6 | 0 | 1A | 3 | 7 | 132 | 3E | 51 |
| Octal | 354 | 257 | 346 | 0 | 32 | 3 | 7 | 462 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11100110 | 0 | 11010 | 11 | 111 | 100110010 | 111110 | 1010001 |
Color Harmonies of #ECAFE6
Complementary color
Monochromatic Colors of #ECAFE6
Black with #ECAFE6
Text Example
Text Example
White with #ECAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFE6; }
p { color: rgb(236,175,230); }
H1.HeaderClassName
{
color: #ECAFE6;
}
.AnyTagClassName
{
color: #ECAFE6;
}
</style>
background-color css
<style>
a { background-color: #ECAFE6; }
a { background-color: rgb(236,175,230); }
div.DivClassName
{
background-color: #ECAFE6;
}
.BgClassName
{
background-color: #ECAFE6;
}
</style>
border-color css
<style>
span { border-color: #ECAFE6; }
span { border-color: rgb(236,175,230); }
td.TdClassName
{
border-color: #ECAFE6;
}
.TagClassName
{
border-color: #ECAFE6;
}
</style>