Shades of French Lilac #E7BBDB
Tints of French Lilac #E7BBDB
RGB
CMYK
RGB Variations
Color information
#E7BBDB (or 0xE7BBDB) is known color: French Lilac. HEX triplet: E7, BB and DB. RGB value is (231,187,219). Sum of RGB (Red+Green+Blue) = 231+187+219=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBDB is #184424. Grayscale: #CBCBCB. Windows color (decimal): -1590309 or 14400487. OLE color: 14400487.
HSL color Cylindrical-coordinate representation of color #E7BBDB: hue angle of 316.36º degrees, saturation: 0.48, 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 #E7BBDB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 219 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 316.36º | 0.48% | 0.82% | - |
| HSV(B) | 316.36º | 0.19% | 0.91% | - |
| XYZ | 63.51 | 57.64 | 74.8 | - |
| YUV | 203.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 219 | 0 | 0.19 | 0.05 | 0.09 | 316.36 | 0.48 | 0.82 |
| Hex | E7 | BB | DB | 0 | 13 | 5 | 9 | 13C | 30 | 52 |
| Octal | 347 | 273 | 333 | 0 | 23 | 5 | 11 | 474 | 60 | 122 |
| Binary | 11100111 | 10111011 | 11011011 | 0 | 10011 | 101 | 1001 | 100111100 | 110000 | 1010010 |
Color Harmonies of #E7BBDB
Complementary color
Monochromatic Colors of #E7BBDB
Black with #E7BBDB
Text Example
Text Example
White with #E7BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBDB; }
p { color: rgb(231,187,219); }
H1.HeaderClassName
{
color: #E7BBDB;
}
.AnyTagClassName
{
color: #E7BBDB;
}
</style>
background-color css
<style>
a { background-color: #E7BBDB; }
a { background-color: rgb(231,187,219); }
div.DivClassName
{
background-color: #E7BBDB;
}
.BgClassName
{
background-color: #E7BBDB;
}
</style>
border-color css
<style>
span { border-color: #E7BBDB; }
span { border-color: rgb(231,187,219); }
td.TdClassName
{
border-color: #E7BBDB;
}
.TagClassName
{
border-color: #E7BBDB;
}
</style>