Shades of French Lilac #E7B4DC
Tints of French Lilac #E7B4DC
RGB
CMYK
RGB Variations
Color information
#E7B4DC (or 0xE7B4DC) is known color: French Lilac. HEX triplet: E7, B4 and DC. RGB value is (231,180,220). Sum of RGB (Red+Green+Blue) = 231+180+220=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4DC is #184B23. Grayscale: #C7C7C7. Windows color (decimal): -1592100 or 14464231. OLE color: 14464231.
HSL color Cylindrical-coordinate representation of color #E7B4DC: hue angle of 312.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B4DC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 220 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.09 |
| HSL | 312.94º | 0.52% | 0.81% | - |
| HSV(B) | 312.94º | 0.22% | 0.91% | - |
| XYZ | 62.19 | 54.8 | 75.01 | - |
| YUV | 199.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 220 | 0 | 0.22 | 0.05 | 0.09 | 312.94 | 0.52 | 0.81 |
| Hex | E7 | B4 | DC | 0 | 16 | 5 | 9 | 139 | 34 | 51 |
| Octal | 347 | 264 | 334 | 0 | 26 | 5 | 11 | 471 | 64 | 121 |
| Binary | 11100111 | 10110100 | 11011100 | 0 | 10110 | 101 | 1001 | 100111001 | 110100 | 1010001 |
Color Harmonies of #E7B4DC
Complementary color
Monochromatic Colors of #E7B4DC
Black with #E7B4DC
Text Example
Text Example
White with #E7B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4DC; }
p { color: rgb(231,180,220); }
H1.HeaderClassName
{
color: #E7B4DC;
}
.AnyTagClassName
{
color: #E7B4DC;
}
</style>
background-color css
<style>
a { background-color: #E7B4DC; }
a { background-color: rgb(231,180,220); }
div.DivClassName
{
background-color: #E7B4DC;
}
.BgClassName
{
background-color: #E7B4DC;
}
</style>
border-color css
<style>
span { border-color: #E7B4DC; }
span { border-color: rgb(231,180,220); }
td.TdClassName
{
border-color: #E7B4DC;
}
.TagClassName
{
border-color: #E7B4DC;
}
</style>