Shades of French Lilac #E3BDE0
Tints of French Lilac #E3BDE0
RGB
CMYK
RGB Variations
Color information
#E3BDE0 (or 0xE3BDE0) is known color: French Lilac. HEX triplet: E3, BD and E0. RGB value is (227,189,224). Sum of RGB (Red+Green+Blue) = 227+189+224=640 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.47% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDE0 is #1C421F. Grayscale: #CCCCCC. Windows color (decimal): -1851936 or 14728675. OLE color: 14728675.
HSL color Cylindrical-coordinate representation of color #E3BDE0: hue angle of 304.74º 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 #E3BDE0 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 224 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.11 |
| HSL | 304.74º | 0.4% | 0.82% | - |
| HSV(B) | 304.74º | 0.17% | 0.89% | - |
| XYZ | 63.33 | 58.11 | 78.4 | - |
| YUV | 204.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 224 | 0 | 0.17 | 0.01 | 0.11 | 304.74 | 0.4 | 0.82 |
| Hex | E3 | BD | E0 | 0 | 11 | 1 | B | 131 | 28 | 52 |
| Octal | 343 | 275 | 340 | 0 | 21 | 1 | 13 | 461 | 50 | 122 |
| Binary | 11100011 | 10111101 | 11100000 | 0 | 10001 | 1 | 1011 | 100110001 | 101000 | 1010010 |
Color Harmonies of #E3BDE0
Complementary color
Monochromatic Colors of #E3BDE0
Black with #E3BDE0
Text Example
Text Example
White with #E3BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDE0; }
p { color: rgb(227,189,224); }
H1.HeaderClassName
{
color: #E3BDE0;
}
.AnyTagClassName
{
color: #E3BDE0;
}
</style>
background-color css
<style>
a { background-color: #E3BDE0; }
a { background-color: rgb(227,189,224); }
div.DivClassName
{
background-color: #E3BDE0;
}
.BgClassName
{
background-color: #E3BDE0;
}
</style>
border-color css
<style>
span { border-color: #E3BDE0; }
span { border-color: rgb(227,189,224); }
td.TdClassName
{
border-color: #E3BDE0;
}
.TagClassName
{
border-color: #E3BDE0;
}
</style>