Shades of French Lilac #E5BCDC
Tints of French Lilac #E5BCDC
RGB
CMYK
RGB Variations
Color information
#E5BCDC (or 0xE5BCDC) is known color: French Lilac. HEX triplet: E5, BC and DC. RGB value is (229,188,220). Sum of RGB (Red+Green+Blue) = 229+188+220=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDC is #1A4323. Grayscale: #CBCBCB. Windows color (decimal): -1721124 or 14466277. OLE color: 14466277.
HSL color Cylindrical-coordinate representation of color #E5BCDC: hue angle of 313.17º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCDC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 220 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.10 |
| HSL | 313.17º | 0.44% | 0.82% | - |
| HSV(B) | 313.17º | 0.18% | 0.9% | - |
| XYZ | 63.21 | 57.79 | 75.53 | - |
| YUV | 203.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 220 | 0 | 0.18 | 0.04 | 0.10 | 313.17 | 0.44 | 0.82 |
| Hex | E5 | BC | DC | 0 | 12 | 4 | A | 139 | 2C | 52 |
| Octal | 345 | 274 | 334 | 0 | 22 | 4 | 12 | 471 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11011100 | 0 | 10010 | 100 | 1010 | 100111001 | 101100 | 1010010 |
Color Harmonies of #E5BCDC
Complementary color
Monochromatic Colors of #E5BCDC
Black with #E5BCDC
Text Example
Text Example
White with #E5BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCDC; }
p { color: rgb(229,188,220); }
H1.HeaderClassName
{
color: #E5BCDC;
}
.AnyTagClassName
{
color: #E5BCDC;
}
</style>
background-color css
<style>
a { background-color: #E5BCDC; }
a { background-color: rgb(229,188,220); }
div.DivClassName
{
background-color: #E5BCDC;
}
.BgClassName
{
background-color: #E5BCDC;
}
</style>
border-color css
<style>
span { border-color: #E5BCDC; }
span { border-color: rgb(229,188,220); }
td.TdClassName
{
border-color: #E5BCDC;
}
.TagClassName
{
border-color: #E5BCDC;
}
</style>