Shades of French Lilac #E1AFD2
Tints of French Lilac #E1AFD2
RGB
CMYK
RGB Variations
Color information
#E1AFD2 (or 0xE1AFD2) is known color: French Lilac. HEX triplet: E1, AF and D2. RGB value is (225,175,210). Sum of RGB (Red+Green+Blue) = 225+175+210=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFD2 is #1E502D. Grayscale: #C1C1C1. Windows color (decimal): -1986606 or 13807585. OLE color: 13807585.
HSL color Cylindrical-coordinate representation of color #E1AFD2: hue angle of 318º 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 #E1AFD2 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 210 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.12 |
| HSL | 318º | 0.45% | 0.78% | - |
| HSV(B) | 318º | 0.22% | 0.88% | - |
| XYZ | 58.01 | 51.32 | 67.82 | - |
| YUV | 193.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 210 | 0 | 0.22 | 0.07 | 0.12 | 318 | 0.45 | 0.78 |
| Hex | E1 | AF | D2 | 0 | 16 | 7 | C | 13E | 2D | 4E |
| Octal | 341 | 257 | 322 | 0 | 26 | 7 | 14 | 476 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11010010 | 0 | 10110 | 111 | 1100 | 100111110 | 101101 | 1001110 |
Color Harmonies of #E1AFD2
Complementary color
Monochromatic Colors of #E1AFD2
Black with #E1AFD2
Text Example
Text Example
White with #E1AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFD2; }
p { color: rgb(225,175,210); }
H1.HeaderClassName
{
color: #E1AFD2;
}
.AnyTagClassName
{
color: #E1AFD2;
}
</style>
background-color css
<style>
a { background-color: #E1AFD2; }
a { background-color: rgb(225,175,210); }
div.DivClassName
{
background-color: #E1AFD2;
}
.BgClassName
{
background-color: #E1AFD2;
}
</style>
border-color css
<style>
span { border-color: #E1AFD2; }
span { border-color: rgb(225,175,210); }
td.TdClassName
{
border-color: #E1AFD2;
}
.TagClassName
{
border-color: #E1AFD2;
}
</style>