Shades of French Lilac #E2AEDD
Tints of French Lilac #E2AEDD
RGB
CMYK
RGB Variations
Color information
#E2AEDD (or 0xE2AEDD) is known color: French Lilac. HEX triplet: E2, AE and DD. RGB value is (226,174,221). Sum of RGB (Red+Green+Blue) = 226+174+221=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEDD is #1D5122. Grayscale: #C2C2C2. Windows color (decimal): -1921315 or 14528226. OLE color: 14528226.
HSL color Cylindrical-coordinate representation of color #E2AEDD: hue angle of 305.77º 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 #E2AEDD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 221 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.11 |
| HSL | 305.77º | 0.47% | 0.78% | - |
| HSV(B) | 305.77º | 0.23% | 0.89% | - |
| XYZ | 59.55 | 51.66 | 75.24 | - |
| YUV | 194.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 221 | 0 | 0.23 | 0.02 | 0.11 | 305.77 | 0.47 | 0.78 |
| Hex | E2 | AE | DD | 0 | 17 | 2 | B | 132 | 2F | 4E |
| Octal | 342 | 256 | 335 | 0 | 27 | 2 | 13 | 462 | 57 | 116 |
| Binary | 11100010 | 10101110 | 11011101 | 0 | 10111 | 10 | 1011 | 100110010 | 101111 | 1001110 |
Color Harmonies of #E2AEDD
Complementary color
Monochromatic Colors of #E2AEDD
Black with #E2AEDD
Text Example
Text Example
White with #E2AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEDD; }
p { color: rgb(226,174,221); }
H1.HeaderClassName
{
color: #E2AEDD;
}
.AnyTagClassName
{
color: #E2AEDD;
}
</style>
background-color css
<style>
a { background-color: #E2AEDD; }
a { background-color: rgb(226,174,221); }
div.DivClassName
{
background-color: #E2AEDD;
}
.BgClassName
{
background-color: #E2AEDD;
}
</style>
border-color css
<style>
span { border-color: #E2AEDD; }
span { border-color: rgb(226,174,221); }
td.TdClassName
{
border-color: #E2AEDD;
}
.TagClassName
{
border-color: #E2AEDD;
}
</style>