Shades of French Lilac #E7BCDB
Tints of French Lilac #E7BCDB
RGB
CMYK
RGB Variations
Color information
#E7BCDB (or 0xE7BCDB) is known color: French Lilac. HEX triplet: E7, BC and DB. RGB value is (231,188,219). Sum of RGB (Red+Green+Blue) = 231+188+219=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCDB is #184324. Grayscale: #CCCCCC. Windows color (decimal): -1590053 or 14400743. OLE color: 14400743.
HSL color Cylindrical-coordinate representation of color #E7BCDB: hue angle of 316.74º 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 #E7BCDB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 219 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 316.74º | 0.47% | 0.82% | - |
| HSV(B) | 316.74º | 0.19% | 0.91% | - |
| XYZ | 63.72 | 58.07 | 74.87 | - |
| YUV | 204.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 219 | 0 | 0.19 | 0.05 | 0.09 | 316.74 | 0.47 | 0.82 |
| Hex | E7 | BC | DB | 0 | 13 | 5 | 9 | 13D | 2F | 52 |
| Octal | 347 | 274 | 333 | 0 | 23 | 5 | 11 | 475 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11011011 | 0 | 10011 | 101 | 1001 | 100111101 | 101111 | 1010010 |
Color Harmonies of #E7BCDB
Complementary color
Monochromatic Colors of #E7BCDB
Black with #E7BCDB
Text Example
Text Example
White with #E7BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCDB; }
p { color: rgb(231,188,219); }
H1.HeaderClassName
{
color: #E7BCDB;
}
.AnyTagClassName
{
color: #E7BCDB;
}
</style>
background-color css
<style>
a { background-color: #E7BCDB; }
a { background-color: rgb(231,188,219); }
div.DivClassName
{
background-color: #E7BCDB;
}
.BgClassName
{
background-color: #E7BCDB;
}
</style>
border-color css
<style>
span { border-color: #E7BCDB; }
span { border-color: rgb(231,188,219); }
td.TdClassName
{
border-color: #E7BCDB;
}
.TagClassName
{
border-color: #E7BCDB;
}
</style>