Shades of French Lilac #E3AAD2
Tints of French Lilac #E3AAD2
RGB
CMYK
RGB Variations
Color information
#E3AAD2 (or 0xE3AAD2) is known color: French Lilac. HEX triplet: E3, AA and D2. RGB value is (227,170,210). Sum of RGB (Red+Green+Blue) = 227+170+210=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AAD2 is #1C552D. Grayscale: #BFBFBF. Windows color (decimal): -1856814 or 13806307. OLE color: 13806307.
HSL color Cylindrical-coordinate representation of color #E3AAD2: hue angle of 317.89º degrees, saturation: 0.5, 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 #E3AAD2 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 210 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.11 |
| HSL | 317.89º | 0.5% | 0.78% | - |
| HSV(B) | 317.89º | 0.25% | 0.89% | - |
| XYZ | 57.69 | 49.73 | 67.53 | - |
| YUV | 191.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 210 | 0 | 0.25 | 0.07 | 0.11 | 317.89 | 0.5 | 0.78 |
| Hex | E3 | AA | D2 | 0 | 19 | 7 | B | 13E | 32 | 4E |
| Octal | 343 | 252 | 322 | 0 | 31 | 7 | 13 | 476 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11010010 | 0 | 11001 | 111 | 1011 | 100111110 | 110010 | 1001110 |
Color Harmonies of #E3AAD2
Complementary color
Monochromatic Colors of #E3AAD2
Black with #E3AAD2
Text Example
Text Example
White with #E3AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAD2; }
p { color: rgb(227,170,210); }
H1.HeaderClassName
{
color: #E3AAD2;
}
.AnyTagClassName
{
color: #E3AAD2;
}
</style>
background-color css
<style>
a { background-color: #E3AAD2; }
a { background-color: rgb(227,170,210); }
div.DivClassName
{
background-color: #E3AAD2;
}
.BgClassName
{
background-color: #E3AAD2;
}
</style>
border-color css
<style>
span { border-color: #E3AAD2; }
span { border-color: rgb(227,170,210); }
td.TdClassName
{
border-color: #E3AAD2;
}
.TagClassName
{
border-color: #E3AAD2;
}
</style>