Shades of French Lilac #E3BDD9
Tints of French Lilac #E3BDD9
RGB
CMYK
RGB Variations
Color information
#E3BDD9 (or 0xE3BDD9) is known color: French Lilac. HEX triplet: E3, BD and D9. RGB value is (227,189,217). Sum of RGB (Red+Green+Blue) = 227+189+217=633 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.86% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDD9 is #1C4226. Grayscale: #CBCBCB. Windows color (decimal): -1851943 or 14269923. OLE color: 14269923.
HSL color Cylindrical-coordinate representation of color #E3BDD9: hue angle of 315.79º 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 #E3BDD9 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 217 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.11 |
| HSL | 315.79º | 0.4% | 0.82% | - |
| HSV(B) | 315.79º | 0.17% | 0.89% | - |
| XYZ | 62.4 | 57.74 | 73.5 | - |
| YUV | 203.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 217 | 0 | 0.17 | 0.04 | 0.11 | 315.79 | 0.4 | 0.82 |
| Hex | E3 | BD | D9 | 0 | 11 | 4 | B | 13C | 28 | 52 |
| Octal | 343 | 275 | 331 | 0 | 21 | 4 | 13 | 474 | 50 | 122 |
| Binary | 11100011 | 10111101 | 11011001 | 0 | 10001 | 100 | 1011 | 100111100 | 101000 | 1010010 |
Color Harmonies of #E3BDD9
Complementary color
Monochromatic Colors of #E3BDD9
Black with #E3BDD9
Text Example
Text Example
White with #E3BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDD9; }
p { color: rgb(227,189,217); }
H1.HeaderClassName
{
color: #E3BDD9;
}
.AnyTagClassName
{
color: #E3BDD9;
}
</style>
background-color css
<style>
a { background-color: #E3BDD9; }
a { background-color: rgb(227,189,217); }
div.DivClassName
{
background-color: #E3BDD9;
}
.BgClassName
{
background-color: #E3BDD9;
}
</style>
border-color css
<style>
span { border-color: #E3BDD9; }
span { border-color: rgb(227,189,217); }
td.TdClassName
{
border-color: #E3BDD9;
}
.TagClassName
{
border-color: #E3BDD9;
}
</style>