Shades of French Lilac #E1AFDC
Tints of French Lilac #E1AFDC
RGB
CMYK
RGB Variations
Color information
#E1AFDC (or 0xE1AFDC) is known color: French Lilac. HEX triplet: E1, AF and DC. RGB value is (225,175,220). Sum of RGB (Red+Green+Blue) = 225+175+220=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFDC is #1E5023. Grayscale: #C2C2C2. Windows color (decimal): -1986596 or 14462945. OLE color: 14462945.
HSL color Cylindrical-coordinate representation of color #E1AFDC: hue angle of 306º degrees, saturation: 0.45, 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 #E1AFDC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 220 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.12 |
| HSL | 306º | 0.45% | 0.78% | - |
| HSV(B) | 306º | 0.22% | 0.88% | - |
| XYZ | 59.3 | 51.83 | 74.59 | - |
| YUV | 195.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 220 | 0 | 0.22 | 0.02 | 0.12 | 306 | 0.45 | 0.78 |
| Hex | E1 | AF | DC | 0 | 16 | 2 | C | 132 | 2D | 4E |
| Octal | 341 | 257 | 334 | 0 | 26 | 2 | 14 | 462 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11011100 | 0 | 10110 | 10 | 1100 | 100110010 | 101101 | 1001110 |
Color Harmonies of #E1AFDC
Complementary color
Monochromatic Colors of #E1AFDC
Black with #E1AFDC
Text Example
Text Example
White with #E1AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFDC; }
p { color: rgb(225,175,220); }
H1.HeaderClassName
{
color: #E1AFDC;
}
.AnyTagClassName
{
color: #E1AFDC;
}
</style>
background-color css
<style>
a { background-color: #E1AFDC; }
a { background-color: rgb(225,175,220); }
div.DivClassName
{
background-color: #E1AFDC;
}
.BgClassName
{
background-color: #E1AFDC;
}
</style>
border-color css
<style>
span { border-color: #E1AFDC; }
span { border-color: rgb(225,175,220); }
td.TdClassName
{
border-color: #E1AFDC;
}
.TagClassName
{
border-color: #E1AFDC;
}
</style>