Shades of French Lilac #E5BCDF
Tints of French Lilac #E5BCDF
RGB
CMYK
RGB Variations
Color information
#E5BCDF (or 0xE5BCDF) is known color: French Lilac. HEX triplet: E5, BC and DF. RGB value is (229,188,223). Sum of RGB (Red+Green+Blue) = 229+188+223=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDF is #1A4320. Grayscale: #CCCCCC. Windows color (decimal): -1721121 or 14662885. OLE color: 14662885.
HSL color Cylindrical-coordinate representation of color #E5BCDF: hue angle of 308.78º 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 #E5BCDF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 223 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.10 |
| HSL | 308.78º | 0.44% | 0.82% | - |
| HSV(B) | 308.78º | 0.18% | 0.9% | - |
| XYZ | 63.62 | 57.95 | 77.65 | - |
| YUV | 204.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 223 | 0 | 0.18 | 0.03 | 0.10 | 308.78 | 0.44 | 0.82 |
| Hex | E5 | BC | DF | 0 | 12 | 3 | A | 135 | 2C | 52 |
| Octal | 345 | 274 | 337 | 0 | 22 | 3 | 12 | 465 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11011111 | 0 | 10010 | 11 | 1010 | 100110101 | 101100 | 1010010 |
Color Harmonies of #E5BCDF
Complementary color
Monochromatic Colors of #E5BCDF
Black with #E5BCDF
Text Example
Text Example
White with #E5BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCDF; }
p { color: rgb(229,188,223); }
H1.HeaderClassName
{
color: #E5BCDF;
}
.AnyTagClassName
{
color: #E5BCDF;
}
</style>
background-color css
<style>
a { background-color: #E5BCDF; }
a { background-color: rgb(229,188,223); }
div.DivClassName
{
background-color: #E5BCDF;
}
.BgClassName
{
background-color: #E5BCDF;
}
</style>
border-color css
<style>
span { border-color: #E5BCDF; }
span { border-color: rgb(229,188,223); }
td.TdClassName
{
border-color: #E5BCDF;
}
.TagClassName
{
border-color: #E5BCDF;
}
</style>