Shades of French Lilac #E0AFDA
Tints of French Lilac #E0AFDA
RGB
CMYK
RGB Variations
Color information
#E0AFDA (or 0xE0AFDA) is known color: French Lilac. HEX triplet: E0, AF and DA. RGB value is (224,175,218). Sum of RGB (Red+Green+Blue) = 224+175+218=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFDA is #1F5025. Grayscale: #C2C2C2. Windows color (decimal): -2052134 or 14331872. OLE color: 14331872.
HSL color Cylindrical-coordinate representation of color #E0AFDA: hue angle of 307.35º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFDA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 218 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.12 |
| HSL | 307.35º | 0.44% | 0.78% | - |
| HSV(B) | 307.35º | 0.22% | 0.88% | - |
| XYZ | 58.73 | 51.57 | 73.19 | - |
| YUV | 194.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 218 | 0 | 0.22 | 0.03 | 0.12 | 307.35 | 0.44 | 0.78 |
| Hex | E0 | AF | DA | 0 | 16 | 3 | C | 133 | 2C | 4E |
| Octal | 340 | 257 | 332 | 0 | 26 | 3 | 14 | 463 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11011010 | 0 | 10110 | 11 | 1100 | 100110011 | 101100 | 1001110 |
Color Harmonies of #E0AFDA
Complementary color
Monochromatic Colors of #E0AFDA
Black with #E0AFDA
Text Example
Text Example
White with #E0AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFDA; }
p { color: rgb(224,175,218); }
H1.HeaderClassName
{
color: #E0AFDA;
}
.AnyTagClassName
{
color: #E0AFDA;
}
</style>
background-color css
<style>
a { background-color: #E0AFDA; }
a { background-color: rgb(224,175,218); }
div.DivClassName
{
background-color: #E0AFDA;
}
.BgClassName
{
background-color: #E0AFDA;
}
</style>
border-color css
<style>
span { border-color: #E0AFDA; }
span { border-color: rgb(224,175,218); }
td.TdClassName
{
border-color: #E0AFDA;
}
.TagClassName
{
border-color: #E0AFDA;
}
</style>