Shades of French Lilac #ECAFE8
Tints of French Lilac #ECAFE8
RGB
CMYK
RGB Variations
Color information
#ECAFE8 (or 0xECAFE8) is known color: French Lilac. HEX triplet: EC, AF and E8. RGB value is (236,175,232). Sum of RGB (Red+Green+Blue) = 236+175+232=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFE8 is #135017. Grayscale: #C7C7C7. Windows color (decimal): -1265688 or 15249388. OLE color: 15249388.
HSL color Cylindrical-coordinate representation of color #ECAFE8: hue angle of 303.93º 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 #ECAFE8 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 232 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.07 |
| HSL | 303.93º | 0.62% | 0.81% | - |
| HSV(B) | 303.93º | 0.26% | 0.93% | - |
| XYZ | 64.49 | 54.32 | 83.43 | - |
| YUV | 199.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 232 | 0 | 0.26 | 0.02 | 0.07 | 303.93 | 0.62 | 0.81 |
| Hex | EC | AF | E8 | 0 | 1A | 2 | 7 | 130 | 3E | 51 |
| Octal | 354 | 257 | 350 | 0 | 32 | 2 | 7 | 460 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11101000 | 0 | 11010 | 10 | 111 | 100110000 | 111110 | 1010001 |
Color Harmonies of #ECAFE8
Complementary color
Monochromatic Colors of #ECAFE8
Black with #ECAFE8
Text Example
Text Example
White with #ECAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFE8; }
p { color: rgb(236,175,232); }
H1.HeaderClassName
{
color: #ECAFE8;
}
.AnyTagClassName
{
color: #ECAFE8;
}
</style>
background-color css
<style>
a { background-color: #ECAFE8; }
a { background-color: rgb(236,175,232); }
div.DivClassName
{
background-color: #ECAFE8;
}
.BgClassName
{
background-color: #ECAFE8;
}
</style>
border-color css
<style>
span { border-color: #ECAFE8; }
span { border-color: rgb(236,175,232); }
td.TdClassName
{
border-color: #ECAFE8;
}
.TagClassName
{
border-color: #ECAFE8;
}
</style>