Shades of French Lilac #E7B4DF
Tints of French Lilac #E7B4DF
RGB
CMYK
RGB Variations
Color information
#E7B4DF (or 0xE7B4DF) is known color: French Lilac. HEX triplet: E7, B4 and DF. RGB value is (231,180,223). Sum of RGB (Red+Green+Blue) = 231+180+223=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4DF is #184B20. Grayscale: #C8C8C8. Windows color (decimal): -1592097 or 14660839. OLE color: 14660839.
HSL color Cylindrical-coordinate representation of color #E7B4DF: hue angle of 309.41º 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 #E7B4DF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 223 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.09 |
| HSL | 309.41º | 0.52% | 0.81% | - |
| HSV(B) | 309.41º | 0.22% | 0.91% | - |
| XYZ | 62.6 | 54.96 | 77.12 | - |
| YUV | 200.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 223 | 0 | 0.22 | 0.03 | 0.09 | 309.41 | 0.52 | 0.81 |
| Hex | E7 | B4 | DF | 0 | 16 | 3 | 9 | 135 | 34 | 51 |
| Octal | 347 | 264 | 337 | 0 | 26 | 3 | 11 | 465 | 64 | 121 |
| Binary | 11100111 | 10110100 | 11011111 | 0 | 10110 | 11 | 1001 | 100110101 | 110100 | 1010001 |
Color Harmonies of #E7B4DF
Complementary color
Monochromatic Colors of #E7B4DF
Black with #E7B4DF
Text Example
Text Example
White with #E7B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4DF; }
p { color: rgb(231,180,223); }
H1.HeaderClassName
{
color: #E7B4DF;
}
.AnyTagClassName
{
color: #E7B4DF;
}
</style>
background-color css
<style>
a { background-color: #E7B4DF; }
a { background-color: rgb(231,180,223); }
div.DivClassName
{
background-color: #E7B4DF;
}
.BgClassName
{
background-color: #E7B4DF;
}
</style>
border-color css
<style>
span { border-color: #E7B4DF; }
span { border-color: rgb(231,180,223); }
td.TdClassName
{
border-color: #E7B4DF;
}
.TagClassName
{
border-color: #E7B4DF;
}
</style>