Shades of French Lilac #E3AAD3
Tints of French Lilac #E3AAD3
RGB
CMYK
RGB Variations
Color information
#E3AAD3 (or 0xE3AAD3) is known color: French Lilac. HEX triplet: E3, AA and D3. RGB value is (227,170,211). Sum of RGB (Red+Green+Blue) = 227+170+211=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AAD3 is #1C552C. Grayscale: #BFBFBF. Windows color (decimal): -1856813 or 13871843. OLE color: 13871843.
HSL color Cylindrical-coordinate representation of color #E3AAD3: hue angle of 316.84º 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 #E3AAD3 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 211 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.11 |
| HSL | 316.84º | 0.5% | 0.78% | - |
| HSV(B) | 316.84º | 0.25% | 0.89% | - |
| XYZ | 57.81 | 49.78 | 68.19 | - |
| YUV | 191.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 211 | 0 | 0.25 | 0.07 | 0.11 | 316.84 | 0.5 | 0.78 |
| Hex | E3 | AA | D3 | 0 | 19 | 7 | B | 13D | 32 | 4E |
| Octal | 343 | 252 | 323 | 0 | 31 | 7 | 13 | 475 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11010011 | 0 | 11001 | 111 | 1011 | 100111101 | 110010 | 1001110 |
Color Harmonies of #E3AAD3
Complementary color
Monochromatic Colors of #E3AAD3
Black with #E3AAD3
Text Example
Text Example
White with #E3AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAD3; }
p { color: rgb(227,170,211); }
H1.HeaderClassName
{
color: #E3AAD3;
}
.AnyTagClassName
{
color: #E3AAD3;
}
</style>
background-color css
<style>
a { background-color: #E3AAD3; }
a { background-color: rgb(227,170,211); }
div.DivClassName
{
background-color: #E3AAD3;
}
.BgClassName
{
background-color: #E3AAD3;
}
</style>
border-color css
<style>
span { border-color: #E3AAD3; }
span { border-color: rgb(227,170,211); }
td.TdClassName
{
border-color: #E3AAD3;
}
.TagClassName
{
border-color: #E3AAD3;
}
</style>