Shades of French Lilac #E0AED6
Tints of French Lilac #E0AED6
RGB
CMYK
RGB Variations
Color information
#E0AED6 (or 0xE0AED6) is known color: French Lilac. HEX triplet: E0, AE and D6. RGB value is (224,174,214). Sum of RGB (Red+Green+Blue) = 224+174+214=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AED6 is #1F5129. Grayscale: #C1C1C1. Windows color (decimal): -2052394 or 14069472. OLE color: 14069472.
HSL color Cylindrical-coordinate representation of color #E0AED6: hue angle of 312º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AED6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 214 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.12 |
| HSL | 312º | 0.45% | 0.78% | - |
| HSV(B) | 312º | 0.22% | 0.88% | - |
| XYZ | 58.01 | 50.97 | 70.4 | - |
| YUV | 193.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 214 | 0 | 0.22 | 0.04 | 0.12 | 312 | 0.45 | 0.78 |
| Hex | E0 | AE | D6 | 0 | 16 | 4 | C | 138 | 2D | 4E |
| Octal | 340 | 256 | 326 | 0 | 26 | 4 | 14 | 470 | 55 | 116 |
| Binary | 11100000 | 10101110 | 11010110 | 0 | 10110 | 100 | 1100 | 100111000 | 101101 | 1001110 |
Color Harmonies of #E0AED6
Complementary color
Monochromatic Colors of #E0AED6
Black with #E0AED6
Text Example
Text Example
White with #E0AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AED6; }
p { color: rgb(224,174,214); }
H1.HeaderClassName
{
color: #E0AED6;
}
.AnyTagClassName
{
color: #E0AED6;
}
</style>
background-color css
<style>
a { background-color: #E0AED6; }
a { background-color: rgb(224,174,214); }
div.DivClassName
{
background-color: #E0AED6;
}
.BgClassName
{
background-color: #E0AED6;
}
</style>
border-color css
<style>
span { border-color: #E0AED6; }
span { border-color: rgb(224,174,214); }
td.TdClassName
{
border-color: #E0AED6;
}
.TagClassName
{
border-color: #E0AED6;
}
</style>