Shades of French Lilac #E3AFDF
Tints of French Lilac #E3AFDF
RGB
CMYK
RGB Variations
Color information
#E3AFDF (or 0xE3AFDF) is known color: French Lilac. HEX triplet: E3, AF and DF. RGB value is (227,175,223). Sum of RGB (Red+Green+Blue) = 227+175+223=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AFDF is #1C5020. Grayscale: #C3C3C3. Windows color (decimal): -1855521 or 14659555. OLE color: 14659555.
HSL color Cylindrical-coordinate representation of color #E3AFDF: hue angle of 304.62º 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 #E3AFDF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 223 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.11 |
| HSL | 304.62º | 0.48% | 0.79% | - |
| HSV(B) | 304.62º | 0.23% | 0.89% | - |
| XYZ | 60.33 | 52.32 | 76.73 | - |
| YUV | 196.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 223 | 0 | 0.23 | 0.02 | 0.11 | 304.62 | 0.48 | 0.79 |
| Hex | E3 | AF | DF | 0 | 17 | 2 | B | 131 | 30 | 4F |
| Octal | 343 | 257 | 337 | 0 | 27 | 2 | 13 | 461 | 60 | 117 |
| Binary | 11100011 | 10101111 | 11011111 | 0 | 10111 | 10 | 1011 | 100110001 | 110000 | 1001111 |
Color Harmonies of #E3AFDF
Complementary color
Monochromatic Colors of #E3AFDF
Black with #E3AFDF
Text Example
Text Example
White with #E3AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFDF; }
p { color: rgb(227,175,223); }
H1.HeaderClassName
{
color: #E3AFDF;
}
.AnyTagClassName
{
color: #E3AFDF;
}
</style>
background-color css
<style>
a { background-color: #E3AFDF; }
a { background-color: rgb(227,175,223); }
div.DivClassName
{
background-color: #E3AFDF;
}
.BgClassName
{
background-color: #E3AFDF;
}
</style>
border-color css
<style>
span { border-color: #E3AFDF; }
span { border-color: rgb(227,175,223); }
td.TdClassName
{
border-color: #E3AFDF;
}
.TagClassName
{
border-color: #E3AFDF;
}
</style>