Shades of French Lilac #E8BFE7
Tints of French Lilac #E8BFE7
RGB
CMYK
RGB Variations
Color information
#E8BFE7 (or 0xE8BFE7) is known color: French Lilac. HEX triplet: E8, BF and E7. RGB value is (232,191,231). Sum of RGB (Red+Green+Blue) = 232+191+231=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFE7 is #174018. Grayscale: #CFCFCF. Windows color (decimal): -1523737 or 15187944. OLE color: 15187944.
HSL color Cylindrical-coordinate representation of color #E8BFE7: hue angle of 301.46º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BFE7 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 231 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.09 |
| HSL | 301.46º | 0.47% | 0.83% | - |
| HSV(B) | 301.46º | 0.18% | 0.91% | - |
| XYZ | 66.33 | 60.19 | 83.72 | - |
| YUV | 207.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 231 | 0 | 0.18 | 0.00 | 0.09 | 301.46 | 0.47 | 0.83 |
| Hex | E8 | BF | E7 | 0 | 12 | 0 | 9 | 12D | 2F | 53 |
| Octal | 350 | 277 | 347 | 0 | 22 | 0 | 11 | 455 | 57 | 123 |
| Binary | 11101000 | 10111111 | 11100111 | 0 | 10010 | 0 | 1001 | 100101101 | 101111 | 1010011 |
Color Harmonies of #E8BFE7
Complementary color
Monochromatic Colors of #E8BFE7
Black with #E8BFE7
Text Example
Text Example
White with #E8BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFE7; }
p { color: rgb(232,191,231); }
H1.HeaderClassName
{
color: #E8BFE7;
}
.AnyTagClassName
{
color: #E8BFE7;
}
</style>
background-color css
<style>
a { background-color: #E8BFE7; }
a { background-color: rgb(232,191,231); }
div.DivClassName
{
background-color: #E8BFE7;
}
.BgClassName
{
background-color: #E8BFE7;
}
</style>
border-color css
<style>
span { border-color: #E8BFE7; }
span { border-color: rgb(232,191,231); }
td.TdClassName
{
border-color: #E8BFE7;
}
.TagClassName
{
border-color: #E8BFE7;
}
</style>