Shades of French Lilac #E2AADC
Tints of French Lilac #E2AADC
RGB
CMYK
RGB Variations
Color information
#E2AADC (or 0xE2AADC) is known color: French Lilac. HEX triplet: E2, AA and DC. RGB value is (226,170,220). Sum of RGB (Red+Green+Blue) = 226+170+220=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADC is #1D5523. Grayscale: #C0C0C0. Windows color (decimal): -1922340 or 14461666. OLE color: 14461666.
HSL color Cylindrical-coordinate representation of color #E2AADC: hue angle of 306.43º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AADC is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 220 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.11 |
| HSL | 306.43º | 0.49% | 0.78% | - |
| HSV(B) | 306.43º | 0.25% | 0.89% | - |
| XYZ | 58.66 | 50.09 | 74.29 | - |
| YUV | 192.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 220 | 0 | 0.25 | 0.03 | 0.11 | 306.43 | 0.49 | 0.78 |
| Hex | E2 | AA | DC | 0 | 19 | 3 | B | 132 | 31 | 4E |
| Octal | 342 | 252 | 334 | 0 | 31 | 3 | 13 | 462 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11011100 | 0 | 11001 | 11 | 1011 | 100110010 | 110001 | 1001110 |
Color Harmonies of #E2AADC
Complementary color
Monochromatic Colors of #E2AADC
Black with #E2AADC
Text Example
Text Example
White with #E2AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AADC; }
p { color: rgb(226,170,220); }
H1.HeaderClassName
{
color: #E2AADC;
}
.AnyTagClassName
{
color: #E2AADC;
}
</style>
background-color css
<style>
a { background-color: #E2AADC; }
a { background-color: rgb(226,170,220); }
div.DivClassName
{
background-color: #E2AADC;
}
.BgClassName
{
background-color: #E2AADC;
}
</style>
border-color css
<style>
span { border-color: #E2AADC; }
span { border-color: rgb(226,170,220); }
td.TdClassName
{
border-color: #E2AADC;
}
.TagClassName
{
border-color: #E2AADC;
}
</style>