Shades of French Lilac #E2AFDD
Tints of French Lilac #E2AFDD
RGB
CMYK
RGB Variations
Color information
#E2AFDD (or 0xE2AFDD) is known color: French Lilac. HEX triplet: E2, AF and DD. RGB value is (226,175,221). Sum of RGB (Red+Green+Blue) = 226+175+221=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDD is #1D5022. Grayscale: #C3C3C3. Windows color (decimal): -1921059 or 14528482. OLE color: 14528482.
HSL color Cylindrical-coordinate representation of color #E2AFDD: hue angle of 305.88º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFDD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 221 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.11 |
| HSL | 305.88º | 0.47% | 0.79% | - |
| HSV(B) | 305.88º | 0.23% | 0.89% | - |
| XYZ | 59.75 | 52.05 | 75.3 | - |
| YUV | 195.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 221 | 0 | 0.23 | 0.02 | 0.11 | 305.88 | 0.47 | 0.79 |
| Hex | E2 | AF | DD | 0 | 17 | 2 | B | 132 | 2F | 4F |
| Octal | 342 | 257 | 335 | 0 | 27 | 2 | 13 | 462 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11011101 | 0 | 10111 | 10 | 1011 | 100110010 | 101111 | 1001111 |
Color Harmonies of #E2AFDD
Complementary color
Monochromatic Colors of #E2AFDD
Black with #E2AFDD
Text Example
Text Example
White with #E2AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFDD; }
p { color: rgb(226,175,221); }
H1.HeaderClassName
{
color: #E2AFDD;
}
.AnyTagClassName
{
color: #E2AFDD;
}
</style>
background-color css
<style>
a { background-color: #E2AFDD; }
a { background-color: rgb(226,175,221); }
div.DivClassName
{
background-color: #E2AFDD;
}
.BgClassName
{
background-color: #E2AFDD;
}
</style>
border-color css
<style>
span { border-color: #E2AFDD; }
span { border-color: rgb(226,175,221); }
td.TdClassName
{
border-color: #E2AFDD;
}
.TagClassName
{
border-color: #E2AFDD;
}
</style>