Shades of French Lilac #E2AAD2
Tints of French Lilac #E2AAD2
RGB
CMYK
RGB Variations
Color information
#E2AAD2 (or 0xE2AAD2) is known color: French Lilac. HEX triplet: E2, AA and D2. RGB value is (226,170,210). Sum of RGB (Red+Green+Blue) = 226+170+210=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD2 is #1D552D. Grayscale: #BFBFBF. Windows color (decimal): -1922350 or 13806306. OLE color: 13806306.
HSL color Cylindrical-coordinate representation of color #E2AAD2: hue angle of 317.14º 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 #E2AAD2 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 210 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.11 |
| HSL | 317.14º | 0.49% | 0.78% | - |
| HSV(B) | 317.14º | 0.25% | 0.89% | - |
| XYZ | 57.37 | 49.57 | 67.52 | - |
| YUV | 191.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 210 | 0 | 0.25 | 0.07 | 0.11 | 317.14 | 0.49 | 0.78 |
| Hex | E2 | AA | D2 | 0 | 19 | 7 | B | 13D | 31 | 4E |
| Octal | 342 | 252 | 322 | 0 | 31 | 7 | 13 | 475 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11010010 | 0 | 11001 | 111 | 1011 | 100111101 | 110001 | 1001110 |
Color Harmonies of #E2AAD2
Complementary color
Monochromatic Colors of #E2AAD2
Black with #E2AAD2
Text Example
Text Example
White with #E2AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAD2; }
p { color: rgb(226,170,210); }
H1.HeaderClassName
{
color: #E2AAD2;
}
.AnyTagClassName
{
color: #E2AAD2;
}
</style>
background-color css
<style>
a { background-color: #E2AAD2; }
a { background-color: rgb(226,170,210); }
div.DivClassName
{
background-color: #E2AAD2;
}
.BgClassName
{
background-color: #E2AAD2;
}
</style>
border-color css
<style>
span { border-color: #E2AAD2; }
span { border-color: rgb(226,170,210); }
td.TdClassName
{
border-color: #E2AAD2;
}
.TagClassName
{
border-color: #E2AAD2;
}
</style>