Shades of French Lilac #E3AAD0
Tints of French Lilac #E3AAD0
RGB
CMYK
RGB Variations
Color information
#E3AAD0 (or 0xE3AAD0) is known color: French Lilac. HEX triplet: E3, AA and D0. RGB value is (227,170,208). Sum of RGB (Red+Green+Blue) = 227+170+208=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AAD0 is #1C552F. Grayscale: #BFBFBF. Windows color (decimal): -1856816 or 13675235. OLE color: 13675235.
HSL color Cylindrical-coordinate representation of color #E3AAD0: hue angle of 320º 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 #E3AAD0 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 208 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.11 |
| HSL | 320º | 0.5% | 0.78% | - |
| HSV(B) | 320º | 0.25% | 0.89% | - |
| XYZ | 57.44 | 49.63 | 66.23 | - |
| YUV | 191.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 208 | 0 | 0.25 | 0.08 | 0.11 | 320 | 0.5 | 0.78 |
| Hex | E3 | AA | D0 | 0 | 19 | 8 | B | 140 | 32 | 4E |
| Octal | 343 | 252 | 320 | 0 | 31 | 10 | 13 | 500 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11010000 | 0 | 11001 | 1000 | 1011 | 101000000 | 110010 | 1001110 |
Color Harmonies of #E3AAD0
Complementary color
Monochromatic Colors of #E3AAD0
Black with #E3AAD0
Text Example
Text Example
White with #E3AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAD0; }
p { color: rgb(227,170,208); }
H1.HeaderClassName
{
color: #E3AAD0;
}
.AnyTagClassName
{
color: #E3AAD0;
}
</style>
background-color css
<style>
a { background-color: #E3AAD0; }
a { background-color: rgb(227,170,208); }
div.DivClassName
{
background-color: #E3AAD0;
}
.BgClassName
{
background-color: #E3AAD0;
}
</style>
border-color css
<style>
span { border-color: #E3AAD0; }
span { border-color: rgb(227,170,208); }
td.TdClassName
{
border-color: #E3AAD0;
}
.TagClassName
{
border-color: #E3AAD0;
}
</style>