Shades of French Lilac #E7BFE4
Tints of French Lilac #E7BFE4
RGB
CMYK
RGB Variations
Color information
#E7BFE4 (or 0xE7BFE4) is known color: French Lilac. HEX triplet: E7, BF and E4. RGB value is (231,191,228). Sum of RGB (Red+Green+Blue) = 231+191+228=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFE4 is #18401B. Grayscale: #CFCFCF. Windows color (decimal): -1589276 or 14991335. OLE color: 14991335.
HSL color Cylindrical-coordinate representation of color #E7BFE4: hue angle of 304.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFE4 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 228 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.09 |
| HSL | 304.5º | 0.45% | 0.83% | - |
| HSV(B) | 304.5º | 0.17% | 0.91% | - |
| XYZ | 65.59 | 59.85 | 81.49 | - |
| YUV | 207.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 228 | 0 | 0.17 | 0.01 | 0.09 | 304.5 | 0.45 | 0.83 |
| Hex | E7 | BF | E4 | 0 | 11 | 1 | 9 | 130 | 2D | 53 |
| Octal | 347 | 277 | 344 | 0 | 21 | 1 | 11 | 460 | 55 | 123 |
| Binary | 11100111 | 10111111 | 11100100 | 0 | 10001 | 1 | 1001 | 100110000 | 101101 | 1010011 |
Color Harmonies of #E7BFE4
Complementary color
Monochromatic Colors of #E7BFE4
Black with #E7BFE4
Text Example
Text Example
White with #E7BFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFE4; }
p { color: rgb(231,191,228); }
H1.HeaderClassName
{
color: #E7BFE4;
}
.AnyTagClassName
{
color: #E7BFE4;
}
</style>
background-color css
<style>
a { background-color: #E7BFE4; }
a { background-color: rgb(231,191,228); }
div.DivClassName
{
background-color: #E7BFE4;
}
.BgClassName
{
background-color: #E7BFE4;
}
</style>
border-color css
<style>
span { border-color: #E7BFE4; }
span { border-color: rgb(231,191,228); }
td.TdClassName
{
border-color: #E7BFE4;
}
.TagClassName
{
border-color: #E7BFE4;
}
</style>