Shades of French Lilac #E7B3DC
Tints of French Lilac #E7B3DC
RGB
CMYK
RGB Variations
Color information
#E7B3DC (or 0xE7B3DC) is known color: French Lilac. HEX triplet: E7, B3 and DC. RGB value is (231,179,220). Sum of RGB (Red+Green+Blue) = 231+179+220=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B3DC is #184C23. Grayscale: #C7C7C7. Windows color (decimal): -1592356 or 14463975. OLE color: 14463975.
HSL color Cylindrical-coordinate representation of color #E7B3DC: hue angle of 312.69º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B3DC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 220 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.09 |
| HSL | 312.69º | 0.52% | 0.8% | - |
| HSV(B) | 312.69º | 0.23% | 0.91% | - |
| XYZ | 61.99 | 54.4 | 74.94 | - |
| YUV | 199.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 220 | 0 | 0.23 | 0.05 | 0.09 | 312.69 | 0.52 | 0.8 |
| Hex | E7 | B3 | DC | 0 | 17 | 5 | 9 | 139 | 34 | 50 |
| Octal | 347 | 263 | 334 | 0 | 27 | 5 | 11 | 471 | 64 | 120 |
| Binary | 11100111 | 10110011 | 11011100 | 0 | 10111 | 101 | 1001 | 100111001 | 110100 | 1010000 |
Color Harmonies of #E7B3DC
Complementary color
Monochromatic Colors of #E7B3DC
Black with #E7B3DC
Text Example
Text Example
White with #E7B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3DC; }
p { color: rgb(231,179,220); }
H1.HeaderClassName
{
color: #E7B3DC;
}
.AnyTagClassName
{
color: #E7B3DC;
}
</style>
background-color css
<style>
a { background-color: #E7B3DC; }
a { background-color: rgb(231,179,220); }
div.DivClassName
{
background-color: #E7B3DC;
}
.BgClassName
{
background-color: #E7B3DC;
}
</style>
border-color css
<style>
span { border-color: #E7B3DC; }
span { border-color: rgb(231,179,220); }
td.TdClassName
{
border-color: #E7B3DC;
}
.TagClassName
{
border-color: #E7B3DC;
}
</style>