Shades of French Lilac #E3AFDD
Tints of French Lilac #E3AFDD
RGB
CMYK
RGB Variations
Color information
#E3AFDD (or 0xE3AFDD) is known color: French Lilac. HEX triplet: E3, AF and DD. RGB value is (227,175,221). Sum of RGB (Red+Green+Blue) = 227+175+221=623 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.44% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AFDD is #1C5022. Grayscale: #C3C3C3. Windows color (decimal): -1855523 or 14528483. OLE color: 14528483.
HSL color Cylindrical-coordinate representation of color #E3AFDD: hue angle of 306.92º degrees, saturation: 0.48, 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 #E3AFDD is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 221 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.11 |
| HSL | 306.92º | 0.48% | 0.79% | - |
| HSV(B) | 306.92º | 0.23% | 0.89% | - |
| XYZ | 60.06 | 52.21 | 75.32 | - |
| YUV | 195.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 221 | 0 | 0.23 | 0.03 | 0.11 | 306.92 | 0.48 | 0.79 |
| Hex | E3 | AF | DD | 0 | 17 | 3 | B | 133 | 30 | 4F |
| Octal | 343 | 257 | 335 | 0 | 27 | 3 | 13 | 463 | 60 | 117 |
| Binary | 11100011 | 10101111 | 11011101 | 0 | 10111 | 11 | 1011 | 100110011 | 110000 | 1001111 |
Color Harmonies of #E3AFDD
Complementary color
Monochromatic Colors of #E3AFDD
Black with #E3AFDD
Text Example
Text Example
White with #E3AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFDD; }
p { color: rgb(227,175,221); }
H1.HeaderClassName
{
color: #E3AFDD;
}
.AnyTagClassName
{
color: #E3AFDD;
}
</style>
background-color css
<style>
a { background-color: #E3AFDD; }
a { background-color: rgb(227,175,221); }
div.DivClassName
{
background-color: #E3AFDD;
}
.BgClassName
{
background-color: #E3AFDD;
}
</style>
border-color css
<style>
span { border-color: #E3AFDD; }
span { border-color: rgb(227,175,221); }
td.TdClassName
{
border-color: #E3AFDD;
}
.TagClassName
{
border-color: #E3AFDD;
}
</style>