Shades of French Lilac #E3BDE1
Tints of French Lilac #E3BDE1
RGB
CMYK
RGB Variations
Color information
#E3BDE1 (or 0xE3BDE1) is known color: French Lilac. HEX triplet: E3, BD and E1. RGB value is (227,189,225). Sum of RGB (Red+Green+Blue) = 227+189+225=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDE1 is #1C421E. Grayscale: #CCCCCC. Windows color (decimal): -1851935 or 14794211. OLE color: 14794211.
HSL color Cylindrical-coordinate representation of color #E3BDE1: hue angle of 303.16º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BDE1 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 225 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.11 |
| HSL | 303.16º | 0.4% | 0.82% | - |
| HSV(B) | 303.16º | 0.17% | 0.89% | - |
| XYZ | 63.47 | 58.16 | 79.12 | - |
| YUV | 204.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 225 | 0 | 0.17 | 0.01 | 0.11 | 303.16 | 0.4 | 0.82 |
| Hex | E3 | BD | E1 | 0 | 11 | 1 | B | 12F | 28 | 52 |
| Octal | 343 | 275 | 341 | 0 | 21 | 1 | 13 | 457 | 50 | 122 |
| Binary | 11100011 | 10111101 | 11100001 | 0 | 10001 | 1 | 1011 | 100101111 | 101000 | 1010010 |
Color Harmonies of #E3BDE1
Complementary color
Monochromatic Colors of #E3BDE1
Black with #E3BDE1
Text Example
Text Example
White with #E3BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDE1; }
p { color: rgb(227,189,225); }
H1.HeaderClassName
{
color: #E3BDE1;
}
.AnyTagClassName
{
color: #E3BDE1;
}
</style>
background-color css
<style>
a { background-color: #E3BDE1; }
a { background-color: rgb(227,189,225); }
div.DivClassName
{
background-color: #E3BDE1;
}
.BgClassName
{
background-color: #E3BDE1;
}
</style>
border-color css
<style>
span { border-color: #E3BDE1; }
span { border-color: rgb(227,189,225); }
td.TdClassName
{
border-color: #E3BDE1;
}
.TagClassName
{
border-color: #E3BDE1;
}
</style>