Shades of French Lilac #E2AAD6
Tints of French Lilac #E2AAD6
RGB
CMYK
RGB Variations
Color information
#E2AAD6 (or 0xE2AAD6) is known color: French Lilac. HEX triplet: E2, AA and D6. RGB value is (226,170,214). Sum of RGB (Red+Green+Blue) = 226+170+214=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD6 is #1D5529. Grayscale: #BFBFBF. Windows color (decimal): -1922346 or 14068450. OLE color: 14068450.
HSL color Cylindrical-coordinate representation of color #E2AAD6: hue angle of 312.86º 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 #E2AAD6 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 214 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.11 |
| HSL | 312.86º | 0.49% | 0.78% | - |
| HSV(B) | 312.86º | 0.25% | 0.89% | - |
| XYZ | 57.88 | 49.77 | 70.18 | - |
| YUV | 191.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 214 | 0 | 0.25 | 0.05 | 0.11 | 312.86 | 0.49 | 0.78 |
| Hex | E2 | AA | D6 | 0 | 19 | 5 | B | 139 | 31 | 4E |
| Octal | 342 | 252 | 326 | 0 | 31 | 5 | 13 | 471 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11010110 | 0 | 11001 | 101 | 1011 | 100111001 | 110001 | 1001110 |
Color Harmonies of #E2AAD6
Complementary color
Monochromatic Colors of #E2AAD6
Black with #E2AAD6
Text Example
Text Example
White with #E2AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAD6; }
p { color: rgb(226,170,214); }
H1.HeaderClassName
{
color: #E2AAD6;
}
.AnyTagClassName
{
color: #E2AAD6;
}
</style>
background-color css
<style>
a { background-color: #E2AAD6; }
a { background-color: rgb(226,170,214); }
div.DivClassName
{
background-color: #E2AAD6;
}
.BgClassName
{
background-color: #E2AAD6;
}
</style>
border-color css
<style>
span { border-color: #E2AAD6; }
span { border-color: rgb(226,170,214); }
td.TdClassName
{
border-color: #E2AAD6;
}
.TagClassName
{
border-color: #E2AAD6;
}
</style>