Shades of French Lilac #E4BCDE
Tints of French Lilac #E4BCDE
RGB
CMYK
RGB Variations
Color information
#E4BCDE (or 0xE4BCDE) is known color: French Lilac. HEX triplet: E4, BC and DE. RGB value is (228,188,222). Sum of RGB (Red+Green+Blue) = 228+188+222=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCDE is #1B4321. Grayscale: #CBCBCB. Windows color (decimal): -1786658 or 14597348. OLE color: 14597348.
HSL color Cylindrical-coordinate representation of color #E4BCDE: hue angle of 309º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCDE is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 222 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.11 |
| HSL | 309º | 0.43% | 0.82% | - |
| HSV(B) | 309º | 0.18% | 0.89% | - |
| XYZ | 63.16 | 57.73 | 76.92 | - |
| YUV | 203.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 222 | 0 | 0.18 | 0.03 | 0.11 | 309 | 0.43 | 0.82 |
| Hex | E4 | BC | DE | 0 | 12 | 3 | B | 135 | 2B | 52 |
| Octal | 344 | 274 | 336 | 0 | 22 | 3 | 13 | 465 | 53 | 122 |
| Binary | 11100100 | 10111100 | 11011110 | 0 | 10010 | 11 | 1011 | 100110101 | 101011 | 1010010 |
Color Harmonies of #E4BCDE
Complementary color
Monochromatic Colors of #E4BCDE
Black with #E4BCDE
Text Example
Text Example
White with #E4BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCDE; }
p { color: rgb(228,188,222); }
H1.HeaderClassName
{
color: #E4BCDE;
}
.AnyTagClassName
{
color: #E4BCDE;
}
</style>
background-color css
<style>
a { background-color: #E4BCDE; }
a { background-color: rgb(228,188,222); }
div.DivClassName
{
background-color: #E4BCDE;
}
.BgClassName
{
background-color: #E4BCDE;
}
</style>
border-color css
<style>
span { border-color: #E4BCDE; }
span { border-color: rgb(228,188,222); }
td.TdClassName
{
border-color: #E4BCDE;
}
.TagClassName
{
border-color: #E4BCDE;
}
</style>