Shades of French Lilac #E7BBDE
Tints of French Lilac #E7BBDE
RGB
CMYK
RGB Variations
Color information
#E7BBDE (or 0xE7BBDE) is known color: French Lilac. HEX triplet: E7, BB and DE. RGB value is (231,187,222). Sum of RGB (Red+Green+Blue) = 231+187+222=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBDE is #184421. Grayscale: #CCCCCC. Windows color (decimal): -1590306 or 14597095. OLE color: 14597095.
HSL color Cylindrical-coordinate representation of color #E7BBDE: hue angle of 312.27º 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 #E7BBDE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 222 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.09 |
| HSL | 312.27º | 0.48% | 0.82% | - |
| HSV(B) | 312.27º | 0.19% | 0.91% | - |
| XYZ | 63.91 | 57.8 | 76.9 | - |
| YUV | 204.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 222 | 0 | 0.19 | 0.04 | 0.09 | 312.27 | 0.48 | 0.82 |
| Hex | E7 | BB | DE | 0 | 13 | 4 | 9 | 138 | 30 | 52 |
| Octal | 347 | 273 | 336 | 0 | 23 | 4 | 11 | 470 | 60 | 122 |
| Binary | 11100111 | 10111011 | 11011110 | 0 | 10011 | 100 | 1001 | 100111000 | 110000 | 1010010 |
Color Harmonies of #E7BBDE
Complementary color
Monochromatic Colors of #E7BBDE
Black with #E7BBDE
Text Example
Text Example
White with #E7BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBDE; }
p { color: rgb(231,187,222); }
H1.HeaderClassName
{
color: #E7BBDE;
}
.AnyTagClassName
{
color: #E7BBDE;
}
</style>
background-color css
<style>
a { background-color: #E7BBDE; }
a { background-color: rgb(231,187,222); }
div.DivClassName
{
background-color: #E7BBDE;
}
.BgClassName
{
background-color: #E7BBDE;
}
</style>
border-color css
<style>
span { border-color: #E7BBDE; }
span { border-color: rgb(231,187,222); }
td.TdClassName
{
border-color: #E7BBDE;
}
.TagClassName
{
border-color: #E7BBDE;
}
</style>