Shades of French Lilac #E4AADD
Tints of French Lilac #E4AADD
RGB
CMYK
RGB Variations
Color information
#E4AADD (or 0xE4AADD) is known color: French Lilac. HEX triplet: E4, AA and DD. RGB value is (228,170,221). Sum of RGB (Red+Green+Blue) = 228+170+221=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AADD is #1B5522. Grayscale: #C1C1C1. Windows color (decimal): -1791267 or 14527204. OLE color: 14527204.
HSL color Cylindrical-coordinate representation of color #E4AADD: hue angle of 307.24º degrees, saturation: 0.52, 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 #E4AADD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 221 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.11 |
| HSL | 307.24º | 0.52% | 0.78% | - |
| HSV(B) | 307.24º | 0.25% | 0.89% | - |
| XYZ | 59.42 | 50.46 | 75.02 | - |
| YUV | 193.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 221 | 0 | 0.25 | 0.03 | 0.11 | 307.24 | 0.52 | 0.78 |
| Hex | E4 | AA | DD | 0 | 19 | 3 | B | 133 | 34 | 4E |
| Octal | 344 | 252 | 335 | 0 | 31 | 3 | 13 | 463 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11011101 | 0 | 11001 | 11 | 1011 | 100110011 | 110100 | 1001110 |
Color Harmonies of #E4AADD
Complementary color
Monochromatic Colors of #E4AADD
Black with #E4AADD
Text Example
Text Example
White with #E4AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AADD; }
p { color: rgb(228,170,221); }
H1.HeaderClassName
{
color: #E4AADD;
}
.AnyTagClassName
{
color: #E4AADD;
}
</style>
background-color css
<style>
a { background-color: #E4AADD; }
a { background-color: rgb(228,170,221); }
div.DivClassName
{
background-color: #E4AADD;
}
.BgClassName
{
background-color: #E4AADD;
}
</style>
border-color css
<style>
span { border-color: #E4AADD; }
span { border-color: rgb(228,170,221); }
td.TdClassName
{
border-color: #E4AADD;
}
.TagClassName
{
border-color: #E4AADD;
}
</style>