Shades of French Lilac #E7B8DF
Tints of French Lilac #E7B8DF
RGB
CMYK
RGB Variations
Color information
#E7B8DF (or 0xE7B8DF) is known color: French Lilac. HEX triplet: E7, B8 and DF. RGB value is (231,184,223). Sum of RGB (Red+Green+Blue) = 231+184+223=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8DF is #184720. Grayscale: #CACACA. Windows color (decimal): -1591073 or 14661863. OLE color: 14661863.
HSL color Cylindrical-coordinate representation of color #E7B8DF: hue angle of 310.21º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B8DF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 223 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.09 |
| HSL | 310.21º | 0.49% | 0.81% | - |
| HSV(B) | 310.21º | 0.2% | 0.91% | - |
| XYZ | 63.41 | 56.6 | 77.39 | - |
| YUV | 202.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 223 | 0 | 0.20 | 0.03 | 0.09 | 310.21 | 0.49 | 0.81 |
| Hex | E7 | B8 | DF | 0 | 14 | 3 | 9 | 136 | 31 | 51 |
| Octal | 347 | 270 | 337 | 0 | 24 | 3 | 11 | 466 | 61 | 121 |
| Binary | 11100111 | 10111000 | 11011111 | 0 | 10100 | 11 | 1001 | 100110110 | 110001 | 1010001 |
Color Harmonies of #E7B8DF
Complementary color
Monochromatic Colors of #E7B8DF
Black with #E7B8DF
Text Example
Text Example
White with #E7B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8DF; }
p { color: rgb(231,184,223); }
H1.HeaderClassName
{
color: #E7B8DF;
}
.AnyTagClassName
{
color: #E7B8DF;
}
</style>
background-color css
<style>
a { background-color: #E7B8DF; }
a { background-color: rgb(231,184,223); }
div.DivClassName
{
background-color: #E7B8DF;
}
.BgClassName
{
background-color: #E7B8DF;
}
</style>
border-color css
<style>
span { border-color: #E7B8DF; }
span { border-color: rgb(231,184,223); }
td.TdClassName
{
border-color: #E7B8DF;
}
.TagClassName
{
border-color: #E7B8DF;
}
</style>