Shades of French Lilac #E0AFDC
Tints of French Lilac #E0AFDC
RGB
CMYK
RGB Variations
Color information
#E0AFDC (or 0xE0AFDC) is known color: French Lilac. HEX triplet: E0, AF and DC. RGB value is (224,175,220). Sum of RGB (Red+Green+Blue) = 224+175+220=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFDC is #1F5023. Grayscale: #C2C2C2. Windows color (decimal): -2052132 or 14462944. OLE color: 14462944.
HSL color Cylindrical-coordinate representation of color #E0AFDC: hue angle of 304.9º 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 #E0AFDC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 220 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.12 |
| HSL | 304.9º | 0.44% | 0.78% | - |
| HSV(B) | 304.9º | 0.22% | 0.88% | - |
| XYZ | 58.99 | 51.67 | 74.58 | - |
| YUV | 194.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 220 | 0 | 0.22 | 0.02 | 0.12 | 304.9 | 0.44 | 0.78 |
| Hex | E0 | AF | DC | 0 | 16 | 2 | C | 131 | 2C | 4E |
| Octal | 340 | 257 | 334 | 0 | 26 | 2 | 14 | 461 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11011100 | 0 | 10110 | 10 | 1100 | 100110001 | 101100 | 1001110 |
Color Harmonies of #E0AFDC
Complementary color
Monochromatic Colors of #E0AFDC
Black with #E0AFDC
Text Example
Text Example
White with #E0AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFDC; }
p { color: rgb(224,175,220); }
H1.HeaderClassName
{
color: #E0AFDC;
}
.AnyTagClassName
{
color: #E0AFDC;
}
</style>
background-color css
<style>
a { background-color: #E0AFDC; }
a { background-color: rgb(224,175,220); }
div.DivClassName
{
background-color: #E0AFDC;
}
.BgClassName
{
background-color: #E0AFDC;
}
</style>
border-color css
<style>
span { border-color: #E0AFDC; }
span { border-color: rgb(224,175,220); }
td.TdClassName
{
border-color: #E0AFDC;
}
.TagClassName
{
border-color: #E0AFDC;
}
</style>