Shades of French Lilac #E3BFDA
Tints of French Lilac #E3BFDA
RGB
CMYK
RGB Variations
Color information
#E3BFDA (or 0xE3BFDA) is known color: French Lilac. HEX triplet: E3, BF and DA. RGB value is (227,191,218). Sum of RGB (Red+Green+Blue) = 227+191+218=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BFDA is #1C4025. Grayscale: #CCCCCC. Windows color (decimal): -1851430 or 14335971. OLE color: 14335971.
HSL color Cylindrical-coordinate representation of color #E3BFDA: hue angle of 315º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3BFDA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 218 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.11 |
| HSL | 315º | 0.39% | 0.82% | - |
| HSV(B) | 315º | 0.16% | 0.89% | - |
| XYZ | 62.96 | 58.65 | 74.33 | - |
| YUV | 204.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 218 | 0 | 0.16 | 0.04 | 0.11 | 315 | 0.39 | 0.82 |
| Hex | E3 | BF | DA | 0 | 10 | 4 | B | 13B | 27 | 52 |
| Octal | 343 | 277 | 332 | 0 | 20 | 4 | 13 | 473 | 47 | 122 |
| Binary | 11100011 | 10111111 | 11011010 | 0 | 10000 | 100 | 1011 | 100111011 | 100111 | 1010010 |
Color Harmonies of #E3BFDA
Complementary color
Monochromatic Colors of #E3BFDA
Black with #E3BFDA
Text Example
Text Example
White with #E3BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BFDA; }
p { color: rgb(227,191,218); }
H1.HeaderClassName
{
color: #E3BFDA;
}
.AnyTagClassName
{
color: #E3BFDA;
}
</style>
background-color css
<style>
a { background-color: #E3BFDA; }
a { background-color: rgb(227,191,218); }
div.DivClassName
{
background-color: #E3BFDA;
}
.BgClassName
{
background-color: #E3BFDA;
}
</style>
border-color css
<style>
span { border-color: #E3BFDA; }
span { border-color: rgb(227,191,218); }
td.TdClassName
{
border-color: #E3BFDA;
}
.TagClassName
{
border-color: #E3BFDA;
}
</style>