Shades of French Lilac #E7B8DC
Tints of French Lilac #E7B8DC
RGB
CMYK
RGB Variations
Color information
#E7B8DC (or 0xE7B8DC) is known color: French Lilac. HEX triplet: E7, B8 and DC. RGB value is (231,184,220). Sum of RGB (Red+Green+Blue) = 231+184+220=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8DC is #184723. Grayscale: #CACACA. Windows color (decimal): -1591076 or 14465255. OLE color: 14465255.
HSL color Cylindrical-coordinate representation of color #E7B8DC: hue angle of 314.04º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B8DC is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 220 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.09 |
| HSL | 314.04º | 0.49% | 0.81% | - |
| HSV(B) | 314.04º | 0.2% | 0.91% | - |
| XYZ | 63.01 | 56.44 | 75.28 | - |
| YUV | 202.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 220 | 0 | 0.20 | 0.05 | 0.09 | 314.04 | 0.49 | 0.81 |
| Hex | E7 | B8 | DC | 0 | 14 | 5 | 9 | 13A | 31 | 51 |
| Octal | 347 | 270 | 334 | 0 | 24 | 5 | 11 | 472 | 61 | 121 |
| Binary | 11100111 | 10111000 | 11011100 | 0 | 10100 | 101 | 1001 | 100111010 | 110001 | 1010001 |
Color Harmonies of #E7B8DC
Complementary color
Monochromatic Colors of #E7B8DC
Black with #E7B8DC
Text Example
Text Example
White with #E7B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8DC; }
p { color: rgb(231,184,220); }
H1.HeaderClassName
{
color: #E7B8DC;
}
.AnyTagClassName
{
color: #E7B8DC;
}
</style>
background-color css
<style>
a { background-color: #E7B8DC; }
a { background-color: rgb(231,184,220); }
div.DivClassName
{
background-color: #E7B8DC;
}
.BgClassName
{
background-color: #E7B8DC;
}
</style>
border-color css
<style>
span { border-color: #E7B8DC; }
span { border-color: rgb(231,184,220); }
td.TdClassName
{
border-color: #E7B8DC;
}
.TagClassName
{
border-color: #E7B8DC;
}
</style>