Shades of French Lilac #E3BCDB
Tints of French Lilac #E3BCDB
RGB
CMYK
RGB Variations
Color information
#E3BCDB (or 0xE3BCDB) is known color: French Lilac. HEX triplet: E3, BC and DB. RGB value is (227,188,219). Sum of RGB (Red+Green+Blue) = 227+188+219=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BCDB is #1C4324. Grayscale: #CBCBCB. Windows color (decimal): -1852197 or 14400739. OLE color: 14400739.
HSL color Cylindrical-coordinate representation of color #E3BCDB: hue angle of 312.31º 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 #E3BCDB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 219 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.11 |
| HSL | 312.31º | 0.41% | 0.81% | - |
| HSV(B) | 312.31º | 0.17% | 0.89% | - |
| XYZ | 62.45 | 57.41 | 74.81 | - |
| YUV | 203.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 219 | 0 | 0.17 | 0.04 | 0.11 | 312.31 | 0.41 | 0.81 |
| Hex | E3 | BC | DB | 0 | 11 | 4 | B | 138 | 29 | 51 |
| Octal | 343 | 274 | 333 | 0 | 21 | 4 | 13 | 470 | 51 | 121 |
| Binary | 11100011 | 10111100 | 11011011 | 0 | 10001 | 100 | 1011 | 100111000 | 101001 | 1010001 |
Color Harmonies of #E3BCDB
Complementary color
Monochromatic Colors of #E3BCDB
Black with #E3BCDB
Text Example
Text Example
White with #E3BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCDB; }
p { color: rgb(227,188,219); }
H1.HeaderClassName
{
color: #E3BCDB;
}
.AnyTagClassName
{
color: #E3BCDB;
}
</style>
background-color css
<style>
a { background-color: #E3BCDB; }
a { background-color: rgb(227,188,219); }
div.DivClassName
{
background-color: #E3BCDB;
}
.BgClassName
{
background-color: #E3BCDB;
}
</style>
border-color css
<style>
span { border-color: #E3BCDB; }
span { border-color: rgb(227,188,219); }
td.TdClassName
{
border-color: #E3BCDB;
}
.TagClassName
{
border-color: #E3BCDB;
}
</style>