Shades of French Lilac #E4BCDC
Tints of French Lilac #E4BCDC
RGB
CMYK
RGB Variations
Color information
#E4BCDC (or 0xE4BCDC) is known color: French Lilac. HEX triplet: E4, BC and DC. RGB value is (228,188,220). Sum of RGB (Red+Green+Blue) = 228+188+220=636 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.85% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCDC is #1B4323. Grayscale: #CBCBCB. Windows color (decimal): -1786660 or 14466276. OLE color: 14466276.
HSL color Cylindrical-coordinate representation of color #E4BCDC: hue angle of 312º 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 #E4BCDC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 220 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.11 |
| HSL | 312º | 0.43% | 0.82% | - |
| HSV(B) | 312º | 0.18% | 0.89% | - |
| XYZ | 62.9 | 57.63 | 75.52 | - |
| YUV | 203.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 220 | 0 | 0.18 | 0.04 | 0.11 | 312 | 0.43 | 0.82 |
| Hex | E4 | BC | DC | 0 | 12 | 4 | B | 138 | 2B | 52 |
| Octal | 344 | 274 | 334 | 0 | 22 | 4 | 13 | 470 | 53 | 122 |
| Binary | 11100100 | 10111100 | 11011100 | 0 | 10010 | 100 | 1011 | 100111000 | 101011 | 1010010 |
Color Harmonies of #E4BCDC
Complementary color
Monochromatic Colors of #E4BCDC
Black with #E4BCDC
Text Example
Text Example
White with #E4BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCDC; }
p { color: rgb(228,188,220); }
H1.HeaderClassName
{
color: #E4BCDC;
}
.AnyTagClassName
{
color: #E4BCDC;
}
</style>
background-color css
<style>
a { background-color: #E4BCDC; }
a { background-color: rgb(228,188,220); }
div.DivClassName
{
background-color: #E4BCDC;
}
.BgClassName
{
background-color: #E4BCDC;
}
</style>
border-color css
<style>
span { border-color: #E4BCDC; }
span { border-color: rgb(228,188,220); }
td.TdClassName
{
border-color: #E4BCDC;
}
.TagClassName
{
border-color: #E4BCDC;
}
</style>