Shades of French Lilac #E2BCDC
Tints of French Lilac #E2BCDC
RGB
CMYK
RGB Variations
Color information
#E2BCDC (or 0xE2BCDC) is known color: French Lilac. HEX triplet: E2, BC and DC. RGB value is (226,188,220). Sum of RGB (Red+Green+Blue) = 226+188+220=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDC is #1D4323. Grayscale: #CACACA. Windows color (decimal): -1917732 or 14466274. OLE color: 14466274.
HSL color Cylindrical-coordinate representation of color #E2BCDC: hue angle of 309.47º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCDC is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 220 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.11 |
| HSL | 309.47º | 0.4% | 0.81% | - |
| HSV(B) | 309.47º | 0.17% | 0.89% | - |
| XYZ | 62.27 | 57.3 | 75.49 | - |
| YUV | 203.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 220 | 0 | 0.17 | 0.03 | 0.11 | 309.47 | 0.4 | 0.81 |
| Hex | E2 | BC | DC | 0 | 11 | 3 | B | 135 | 28 | 51 |
| Octal | 342 | 274 | 334 | 0 | 21 | 3 | 13 | 465 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11011100 | 0 | 10001 | 11 | 1011 | 100110101 | 101000 | 1010001 |
Color Harmonies of #E2BCDC
Complementary color
Monochromatic Colors of #E2BCDC
Black with #E2BCDC
Text Example
Text Example
White with #E2BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCDC; }
p { color: rgb(226,188,220); }
H1.HeaderClassName
{
color: #E2BCDC;
}
.AnyTagClassName
{
color: #E2BCDC;
}
</style>
background-color css
<style>
a { background-color: #E2BCDC; }
a { background-color: rgb(226,188,220); }
div.DivClassName
{
background-color: #E2BCDC;
}
.BgClassName
{
background-color: #E2BCDC;
}
</style>
border-color css
<style>
span { border-color: #E2BCDC; }
span { border-color: rgb(226,188,220); }
td.TdClassName
{
border-color: #E2BCDC;
}
.TagClassName
{
border-color: #E2BCDC;
}
</style>