Shades of French Lilac #E3AFD6
Tints of French Lilac #E3AFD6
RGB
CMYK
RGB Variations
Color information
#E3AFD6 (or 0xE3AFD6) is known color: French Lilac. HEX triplet: E3, AF and D6. RGB value is (227,175,214). Sum of RGB (Red+Green+Blue) = 227+175+214=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AFD6 is #1C5029. Grayscale: #C2C2C2. Windows color (decimal): -1855530 or 14069731. OLE color: 14069731.
HSL color Cylindrical-coordinate representation of color #E3AFD6: hue angle of 315º 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 #E3AFD6 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 214 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.11 |
| HSL | 315º | 0.48% | 0.79% | - |
| HSV(B) | 315º | 0.23% | 0.89% | - |
| XYZ | 59.15 | 51.85 | 70.51 | - |
| YUV | 194.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 214 | 0 | 0.23 | 0.06 | 0.11 | 315 | 0.48 | 0.79 |
| Hex | E3 | AF | D6 | 0 | 17 | 6 | B | 13B | 30 | 4F |
| Octal | 343 | 257 | 326 | 0 | 27 | 6 | 13 | 473 | 60 | 117 |
| Binary | 11100011 | 10101111 | 11010110 | 0 | 10111 | 110 | 1011 | 100111011 | 110000 | 1001111 |
Color Harmonies of #E3AFD6
Complementary color
Monochromatic Colors of #E3AFD6
Black with #E3AFD6
Text Example
Text Example
White with #E3AFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFD6; }
p { color: rgb(227,175,214); }
H1.HeaderClassName
{
color: #E3AFD6;
}
.AnyTagClassName
{
color: #E3AFD6;
}
</style>
background-color css
<style>
a { background-color: #E3AFD6; }
a { background-color: rgb(227,175,214); }
div.DivClassName
{
background-color: #E3AFD6;
}
.BgClassName
{
background-color: #E3AFD6;
}
</style>
border-color css
<style>
span { border-color: #E3AFD6; }
span { border-color: rgb(227,175,214); }
td.TdClassName
{
border-color: #E3AFD6;
}
.TagClassName
{
border-color: #E3AFD6;
}
</style>