Shades of French Lilac #E7BCDC
Tints of French Lilac #E7BCDC
RGB
CMYK
RGB Variations
Color information
#E7BCDC (or 0xE7BCDC) is known color: French Lilac. HEX triplet: E7, BC and DC. RGB value is (231,188,220). Sum of RGB (Red+Green+Blue) = 231+188+220=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCDC is #184323. Grayscale: #CCCCCC. Windows color (decimal): -1590052 or 14466279. OLE color: 14466279.
HSL color Cylindrical-coordinate representation of color #E7BCDC: hue angle of 315.35º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCDC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 220 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 315.35º | 0.47% | 0.82% | - |
| HSV(B) | 315.35º | 0.19% | 0.91% | - |
| XYZ | 63.86 | 58.12 | 75.56 | - |
| YUV | 204.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 220 | 0 | 0.19 | 0.05 | 0.09 | 315.35 | 0.47 | 0.82 |
| Hex | E7 | BC | DC | 0 | 13 | 5 | 9 | 13B | 2F | 52 |
| Octal | 347 | 274 | 334 | 0 | 23 | 5 | 11 | 473 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11011100 | 0 | 10011 | 101 | 1001 | 100111011 | 101111 | 1010010 |
Color Harmonies of #E7BCDC
Complementary color
Monochromatic Colors of #E7BCDC
Black with #E7BCDC
Text Example
Text Example
White with #E7BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCDC; }
p { color: rgb(231,188,220); }
H1.HeaderClassName
{
color: #E7BCDC;
}
.AnyTagClassName
{
color: #E7BCDC;
}
</style>
background-color css
<style>
a { background-color: #E7BCDC; }
a { background-color: rgb(231,188,220); }
div.DivClassName
{
background-color: #E7BCDC;
}
.BgClassName
{
background-color: #E7BCDC;
}
</style>
border-color css
<style>
span { border-color: #E7BCDC; }
span { border-color: rgb(231,188,220); }
td.TdClassName
{
border-color: #E7BCDC;
}
.TagClassName
{
border-color: #E7BCDC;
}
</style>