Shades of French Lilac #E7BCDF
Tints of French Lilac #E7BCDF
RGB
CMYK
RGB Variations
Color information
#E7BCDF (or 0xE7BCDF) is known color: French Lilac. HEX triplet: E7, BC and DF. RGB value is (231,188,223). Sum of RGB (Red+Green+Blue) = 231+188+223=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCDF is #184320. Grayscale: #CCCCCC. Windows color (decimal): -1590049 or 14662887. OLE color: 14662887.
HSL color Cylindrical-coordinate representation of color #E7BCDF: hue angle of 311.16º 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 #E7BCDF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 223 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.09 |
| HSL | 311.16º | 0.47% | 0.82% | - |
| HSV(B) | 311.16º | 0.19% | 0.91% | - |
| XYZ | 64.26 | 58.28 | 77.68 | - |
| YUV | 204.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 223 | 0 | 0.19 | 0.03 | 0.09 | 311.16 | 0.47 | 0.82 |
| Hex | E7 | BC | DF | 0 | 13 | 3 | 9 | 137 | 2F | 52 |
| Octal | 347 | 274 | 337 | 0 | 23 | 3 | 11 | 467 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11011111 | 0 | 10011 | 11 | 1001 | 100110111 | 101111 | 1010010 |
Color Harmonies of #E7BCDF
Complementary color
Monochromatic Colors of #E7BCDF
Black with #E7BCDF
Text Example
Text Example
White with #E7BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCDF; }
p { color: rgb(231,188,223); }
H1.HeaderClassName
{
color: #E7BCDF;
}
.AnyTagClassName
{
color: #E7BCDF;
}
</style>
background-color css
<style>
a { background-color: #E7BCDF; }
a { background-color: rgb(231,188,223); }
div.DivClassName
{
background-color: #E7BCDF;
}
.BgClassName
{
background-color: #E7BCDF;
}
</style>
border-color css
<style>
span { border-color: #E7BCDF; }
span { border-color: rgb(231,188,223); }
td.TdClassName
{
border-color: #E7BCDF;
}
.TagClassName
{
border-color: #E7BCDF;
}
</style>