Shades of French Lilac #E0BCDC
Tints of French Lilac #E0BCDC
RGB
CMYK
RGB Variations
Color information
#E0BCDC (or 0xE0BCDC) is known color: French Lilac. HEX triplet: E0, BC and DC. RGB value is (224,188,220). Sum of RGB (Red+Green+Blue) = 224+188+220=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCDC is #1F4323. Grayscale: #CACACA. Windows color (decimal): -2048804 or 14466272. OLE color: 14466272.
HSL color Cylindrical-coordinate representation of color #E0BCDC: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCDC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 220 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.12 |
| HSL | 306.67º | 0.37% | 0.81% | - |
| HSV(B) | 306.67º | 0.16% | 0.88% | - |
| XYZ | 61.64 | 56.98 | 75.46 | - |
| YUV | 202.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 220 | 0 | 0.16 | 0.02 | 0.12 | 306.67 | 0.37 | 0.81 |
| Hex | E0 | BC | DC | 0 | 10 | 2 | C | 133 | 25 | 51 |
| Octal | 340 | 274 | 334 | 0 | 20 | 2 | 14 | 463 | 45 | 121 |
| Binary | 11100000 | 10111100 | 11011100 | 0 | 10000 | 10 | 1100 | 100110011 | 100101 | 1010001 |
Color Harmonies of #E0BCDC
Complementary color
Monochromatic Colors of #E0BCDC
Black with #E0BCDC
Text Example
Text Example
White with #E0BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCDC; }
p { color: rgb(224,188,220); }
H1.HeaderClassName
{
color: #E0BCDC;
}
.AnyTagClassName
{
color: #E0BCDC;
}
</style>
background-color css
<style>
a { background-color: #E0BCDC; }
a { background-color: rgb(224,188,220); }
div.DivClassName
{
background-color: #E0BCDC;
}
.BgClassName
{
background-color: #E0BCDC;
}
</style>
border-color css
<style>
span { border-color: #E0BCDC; }
span { border-color: rgb(224,188,220); }
td.TdClassName
{
border-color: #E0BCDC;
}
.TagClassName
{
border-color: #E0BCDC;
}
</style>