Shades of French Lilac #E3BCDF
Tints of French Lilac #E3BCDF
RGB
CMYK
RGB Variations
Color information
#E3BCDF (or 0xE3BCDF) is known color: French Lilac. HEX triplet: E3, BC and DF. RGB value is (227,188,223). Sum of RGB (Red+Green+Blue) = 227+188+223=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BCDF is #1C4320. Grayscale: #CBCBCB. Windows color (decimal): -1852193 or 14662883. OLE color: 14662883.
HSL color Cylindrical-coordinate representation of color #E3BCDF: hue angle of 306.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BCDF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 223 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.11 |
| HSL | 306.15º | 0.41% | 0.81% | - |
| HSV(B) | 306.15º | 0.17% | 0.89% | - |
| XYZ | 62.98 | 57.63 | 77.62 | - |
| YUV | 203.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 223 | 0 | 0.17 | 0.02 | 0.11 | 306.15 | 0.41 | 0.81 |
| Hex | E3 | BC | DF | 0 | 11 | 2 | B | 132 | 29 | 51 |
| Octal | 343 | 274 | 337 | 0 | 21 | 2 | 13 | 462 | 51 | 121 |
| Binary | 11100011 | 10111100 | 11011111 | 0 | 10001 | 10 | 1011 | 100110010 | 101001 | 1010001 |
Color Harmonies of #E3BCDF
Complementary color
Monochromatic Colors of #E3BCDF
Black with #E3BCDF
Text Example
Text Example
White with #E3BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCDF; }
p { color: rgb(227,188,223); }
H1.HeaderClassName
{
color: #E3BCDF;
}
.AnyTagClassName
{
color: #E3BCDF;
}
</style>
background-color css
<style>
a { background-color: #E3BCDF; }
a { background-color: rgb(227,188,223); }
div.DivClassName
{
background-color: #E3BCDF;
}
.BgClassName
{
background-color: #E3BCDF;
}
</style>
border-color css
<style>
span { border-color: #E3BCDF; }
span { border-color: rgb(227,188,223); }
td.TdClassName
{
border-color: #E3BCDF;
}
.TagClassName
{
border-color: #E3BCDF;
}
</style>