Shades of French Lilac #E4AAD3
Tints of French Lilac #E4AAD3
RGB
CMYK
RGB Variations
Color information
#E4AAD3 (or 0xE4AAD3) is known color: French Lilac. HEX triplet: E4, AA and D3. RGB value is (228,170,211). Sum of RGB (Red+Green+Blue) = 228+170+211=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAD3 is #1B552C. Grayscale: #BFBFBF. Windows color (decimal): -1791277 or 13871844. OLE color: 13871844.
HSL color Cylindrical-coordinate representation of color #E4AAD3: hue angle of 317.59º 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 #E4AAD3 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 211 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.11 |
| HSL | 317.59º | 0.52% | 0.78% | - |
| HSV(B) | 317.59º | 0.25% | 0.89% | - |
| XYZ | 58.13 | 49.95 | 68.21 | - |
| YUV | 192.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 211 | 0 | 0.25 | 0.07 | 0.11 | 317.59 | 0.52 | 0.78 |
| Hex | E4 | AA | D3 | 0 | 19 | 7 | B | 13E | 34 | 4E |
| Octal | 344 | 252 | 323 | 0 | 31 | 7 | 13 | 476 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11010011 | 0 | 11001 | 111 | 1011 | 100111110 | 110100 | 1001110 |
Color Harmonies of #E4AAD3
Complementary color
Monochromatic Colors of #E4AAD3
Black with #E4AAD3
Text Example
Text Example
White with #E4AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAD3; }
p { color: rgb(228,170,211); }
H1.HeaderClassName
{
color: #E4AAD3;
}
.AnyTagClassName
{
color: #E4AAD3;
}
</style>
background-color css
<style>
a { background-color: #E4AAD3; }
a { background-color: rgb(228,170,211); }
div.DivClassName
{
background-color: #E4AAD3;
}
.BgClassName
{
background-color: #E4AAD3;
}
</style>
border-color css
<style>
span { border-color: #E4AAD3; }
span { border-color: rgb(228,170,211); }
td.TdClassName
{
border-color: #E4AAD3;
}
.TagClassName
{
border-color: #E4AAD3;
}
</style>