Shades of French Lilac #E3BDD7
Tints of French Lilac #E3BDD7
RGB
CMYK
RGB Variations
Color information
#E3BDD7 (or 0xE3BDD7) is known color: French Lilac. HEX triplet: E3, BD and D7. RGB value is (227,189,215). Sum of RGB (Red+Green+Blue) = 227+189+215=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDD7 is #1C4228. Grayscale: #CBCBCB. Windows color (decimal): -1851945 or 14138851. OLE color: 14138851.
HSL color Cylindrical-coordinate representation of color #E3BDD7: hue angle of 318.95º 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 #E3BDD7 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 215 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.11 |
| HSL | 318.95º | 0.4% | 0.82% | - |
| HSV(B) | 318.95º | 0.17% | 0.89% | - |
| XYZ | 62.14 | 57.63 | 72.14 | - |
| YUV | 203.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 215 | 0 | 0.17 | 0.05 | 0.11 | 318.95 | 0.4 | 0.82 |
| Hex | E3 | BD | D7 | 0 | 11 | 5 | B | 13F | 28 | 52 |
| Octal | 343 | 275 | 327 | 0 | 21 | 5 | 13 | 477 | 50 | 122 |
| Binary | 11100011 | 10111101 | 11010111 | 0 | 10001 | 101 | 1011 | 100111111 | 101000 | 1010010 |
Color Harmonies of #E3BDD7
Complementary color
Monochromatic Colors of #E3BDD7
Black with #E3BDD7
Text Example
Text Example
White with #E3BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDD7; }
p { color: rgb(227,189,215); }
H1.HeaderClassName
{
color: #E3BDD7;
}
.AnyTagClassName
{
color: #E3BDD7;
}
</style>
background-color css
<style>
a { background-color: #E3BDD7; }
a { background-color: rgb(227,189,215); }
div.DivClassName
{
background-color: #E3BDD7;
}
.BgClassName
{
background-color: #E3BDD7;
}
</style>
border-color css
<style>
span { border-color: #E3BDD7; }
span { border-color: rgb(227,189,215); }
td.TdClassName
{
border-color: #E3BDD7;
}
.TagClassName
{
border-color: #E3BDD7;
}
</style>