Shades of French Lilac #E7BDDB
Tints of French Lilac #E7BDDB
RGB
CMYK
RGB Variations
Color information
#E7BDDB (or 0xE7BDDB) is known color: French Lilac. HEX triplet: E7, BD and DB. RGB value is (231,189,219). Sum of RGB (Red+Green+Blue) = 231+189+219=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDDB is #184224. Grayscale: #CCCCCC. Windows color (decimal): -1589797 or 14400999. OLE color: 14400999.
HSL color Cylindrical-coordinate representation of color #E7BDDB: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDDB is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 219 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.09 |
| HSL | 317.14º | 0.47% | 0.82% | - |
| HSV(B) | 317.14º | 0.18% | 0.91% | - |
| XYZ | 63.94 | 58.5 | 74.94 | - |
| YUV | 204.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 219 | 0 | 0.18 | 0.05 | 0.09 | 317.14 | 0.47 | 0.82 |
| Hex | E7 | BD | DB | 0 | 12 | 5 | 9 | 13D | 2F | 52 |
| Octal | 347 | 275 | 333 | 0 | 22 | 5 | 11 | 475 | 57 | 122 |
| Binary | 11100111 | 10111101 | 11011011 | 0 | 10010 | 101 | 1001 | 100111101 | 101111 | 1010010 |
Color Harmonies of #E7BDDB
Complementary color
Monochromatic Colors of #E7BDDB
Black with #E7BDDB
Text Example
Text Example
White with #E7BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDDB; }
p { color: rgb(231,189,219); }
H1.HeaderClassName
{
color: #E7BDDB;
}
.AnyTagClassName
{
color: #E7BDDB;
}
</style>
background-color css
<style>
a { background-color: #E7BDDB; }
a { background-color: rgb(231,189,219); }
div.DivClassName
{
background-color: #E7BDDB;
}
.BgClassName
{
background-color: #E7BDDB;
}
</style>
border-color css
<style>
span { border-color: #E7BDDB; }
span { border-color: rgb(231,189,219); }
td.TdClassName
{
border-color: #E7BDDB;
}
.TagClassName
{
border-color: #E7BDDB;
}
</style>