Shades of French Lilac #E1AAD6
Tints of French Lilac #E1AAD6
RGB
CMYK
RGB Variations
Color information
#E1AAD6 (or 0xE1AAD6) is known color: French Lilac. HEX triplet: E1, AA and D6. RGB value is (225,170,214). Sum of RGB (Red+Green+Blue) = 225+170+214=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAD6 is #1E5529. Grayscale: #BFBFBF. Windows color (decimal): -1987882 or 14068449. OLE color: 14068449.
HSL color Cylindrical-coordinate representation of color #E1AAD6: hue angle of 312º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAD6 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 214 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.12 |
| HSL | 312º | 0.48% | 0.77% | - |
| HSV(B) | 312º | 0.24% | 0.88% | - |
| XYZ | 57.56 | 49.61 | 70.16 | - |
| YUV | 191.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 214 | 0 | 0.24 | 0.05 | 0.12 | 312 | 0.48 | 0.77 |
| Hex | E1 | AA | D6 | 0 | 18 | 5 | C | 138 | 30 | 4D |
| Octal | 341 | 252 | 326 | 0 | 30 | 5 | 14 | 470 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11010110 | 0 | 11000 | 101 | 1100 | 100111000 | 110000 | 1001101 |
Color Harmonies of #E1AAD6
Complementary color
Monochromatic Colors of #E1AAD6
Black with #E1AAD6
Text Example
Text Example
White with #E1AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAD6; }
p { color: rgb(225,170,214); }
H1.HeaderClassName
{
color: #E1AAD6;
}
.AnyTagClassName
{
color: #E1AAD6;
}
</style>
background-color css
<style>
a { background-color: #E1AAD6; }
a { background-color: rgb(225,170,214); }
div.DivClassName
{
background-color: #E1AAD6;
}
.BgClassName
{
background-color: #E1AAD6;
}
</style>
border-color css
<style>
span { border-color: #E1AAD6; }
span { border-color: rgb(225,170,214); }
td.TdClassName
{
border-color: #E1AAD6;
}
.TagClassName
{
border-color: #E1AAD6;
}
</style>