Shades of French Lilac #E3AADD
Tints of French Lilac #E3AADD
RGB
CMYK
RGB Variations
Color information
#E3AADD (or 0xE3AADD) is known color: French Lilac. HEX triplet: E3, AA and DD. RGB value is (227,170,221). Sum of RGB (Red+Green+Blue) = 227+170+221=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AADD is #1C5522. Grayscale: #C0C0C0. Windows color (decimal): -1856803 or 14527203. OLE color: 14527203.
HSL color Cylindrical-coordinate representation of color #E3AADD: hue angle of 306.32º 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 #E3AADD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 221 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.11 |
| HSL | 306.32º | 0.5% | 0.78% | - |
| HSV(B) | 306.32º | 0.25% | 0.89% | - |
| XYZ | 59.1 | 50.3 | 75 | - |
| YUV | 192.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 221 | 0 | 0.25 | 0.03 | 0.11 | 306.32 | 0.5 | 0.78 |
| Hex | E3 | AA | DD | 0 | 19 | 3 | B | 132 | 32 | 4E |
| Octal | 343 | 252 | 335 | 0 | 31 | 3 | 13 | 462 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11011101 | 0 | 11001 | 11 | 1011 | 100110010 | 110010 | 1001110 |
Color Harmonies of #E3AADD
Complementary color
Monochromatic Colors of #E3AADD
Black with #E3AADD
Text Example
Text Example
White with #E3AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AADD; }
p { color: rgb(227,170,221); }
H1.HeaderClassName
{
color: #E3AADD;
}
.AnyTagClassName
{
color: #E3AADD;
}
</style>
background-color css
<style>
a { background-color: #E3AADD; }
a { background-color: rgb(227,170,221); }
div.DivClassName
{
background-color: #E3AADD;
}
.BgClassName
{
background-color: #E3AADD;
}
</style>
border-color css
<style>
span { border-color: #E3AADD; }
span { border-color: rgb(227,170,221); }
td.TdClassName
{
border-color: #E3AADD;
}
.TagClassName
{
border-color: #E3AADD;
}
</style>