Shades of French Lilac #E8BFDF
Tints of French Lilac #E8BFDF
RGB
CMYK
RGB Variations
Color information
#E8BFDF (or 0xE8BFDF) is known color: French Lilac. HEX triplet: E8, BF and DF. RGB value is (232,191,223). Sum of RGB (Red+Green+Blue) = 232+191+223=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFDF is #174020. Grayscale: #CECECE. Windows color (decimal): -1523745 or 14663656. OLE color: 14663656.
HSL color Cylindrical-coordinate representation of color #E8BFDF: hue angle of 313.17º 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 #E8BFDF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 223 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.09 |
| HSL | 313.17º | 0.47% | 0.83% | - |
| HSV(B) | 313.17º | 0.18% | 0.91% | - |
| XYZ | 65.23 | 59.75 | 77.91 | - |
| YUV | 206.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 223 | 0 | 0.18 | 0.04 | 0.09 | 313.17 | 0.47 | 0.83 |
| Hex | E8 | BF | DF | 0 | 12 | 4 | 9 | 139 | 2F | 53 |
| Octal | 350 | 277 | 337 | 0 | 22 | 4 | 11 | 471 | 57 | 123 |
| Binary | 11101000 | 10111111 | 11011111 | 0 | 10010 | 100 | 1001 | 100111001 | 101111 | 1010011 |
Color Harmonies of #E8BFDF
Complementary color
Monochromatic Colors of #E8BFDF
Black with #E8BFDF
Text Example
Text Example
White with #E8BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFDF; }
p { color: rgb(232,191,223); }
H1.HeaderClassName
{
color: #E8BFDF;
}
.AnyTagClassName
{
color: #E8BFDF;
}
</style>
background-color css
<style>
a { background-color: #E8BFDF; }
a { background-color: rgb(232,191,223); }
div.DivClassName
{
background-color: #E8BFDF;
}
.BgClassName
{
background-color: #E8BFDF;
}
</style>
border-color css
<style>
span { border-color: #E8BFDF; }
span { border-color: rgb(232,191,223); }
td.TdClassName
{
border-color: #E8BFDF;
}
.TagClassName
{
border-color: #E8BFDF;
}
</style>