Shades of French Lilac #E2AEDC
Tints of French Lilac #E2AEDC
RGB
CMYK
RGB Variations
Color information
#E2AEDC (or 0xE2AEDC) is known color: French Lilac. HEX triplet: E2, AE and DC. RGB value is (226,174,220). Sum of RGB (Red+Green+Blue) = 226+174+220=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEDC is #1D5123. Grayscale: #C2C2C2. Windows color (decimal): -1921316 or 14462690. OLE color: 14462690.
HSL color Cylindrical-coordinate representation of color #E2AEDC: hue angle of 306.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEDC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 220 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.11 |
| HSL | 306.92º | 0.47% | 0.78% | - |
| HSV(B) | 306.92º | 0.23% | 0.89% | - |
| XYZ | 59.42 | 51.61 | 74.54 | - |
| YUV | 194.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 220 | 0 | 0.23 | 0.03 | 0.11 | 306.92 | 0.47 | 0.78 |
| Hex | E2 | AE | DC | 0 | 17 | 3 | B | 133 | 2F | 4E |
| Octal | 342 | 256 | 334 | 0 | 27 | 3 | 13 | 463 | 57 | 116 |
| Binary | 11100010 | 10101110 | 11011100 | 0 | 10111 | 11 | 1011 | 100110011 | 101111 | 1001110 |
Color Harmonies of #E2AEDC
Complementary color
Monochromatic Colors of #E2AEDC
Black with #E2AEDC
Text Example
Text Example
White with #E2AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEDC; }
p { color: rgb(226,174,220); }
H1.HeaderClassName
{
color: #E2AEDC;
}
.AnyTagClassName
{
color: #E2AEDC;
}
</style>
background-color css
<style>
a { background-color: #E2AEDC; }
a { background-color: rgb(226,174,220); }
div.DivClassName
{
background-color: #E2AEDC;
}
.BgClassName
{
background-color: #E2AEDC;
}
</style>
border-color css
<style>
span { border-color: #E2AEDC; }
span { border-color: rgb(226,174,220); }
td.TdClassName
{
border-color: #E2AEDC;
}
.TagClassName
{
border-color: #E2AEDC;
}
</style>