Shades of French Lilac #E0BFDD
Tints of French Lilac #E0BFDD
RGB
CMYK
RGB Variations
Color information
#E0BFDD (or 0xE0BFDD) is known color: French Lilac. HEX triplet: E0, BF and DD. RGB value is (224,191,221). Sum of RGB (Red+Green+Blue) = 224+191+221=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDD is #1F4022. Grayscale: #CCCCCC. Windows color (decimal): -2048035 or 14532576. OLE color: 14532576.
HSL color Cylindrical-coordinate representation of color #E0BFDD: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFDD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 221 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.12 |
| HSL | 305.45º | 0.35% | 0.81% | - |
| HSV(B) | 305.45º | 0.15% | 0.88% | - |
| XYZ | 62.42 | 58.33 | 76.38 | - |
| YUV | 204.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 221 | 0 | 0.15 | 0.01 | 0.12 | 305.45 | 0.35 | 0.81 |
| Hex | E0 | BF | DD | 0 | F | 1 | C | 131 | 23 | 51 |
| Octal | 340 | 277 | 335 | 0 | 17 | 1 | 14 | 461 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11011101 | 0 | 1111 | 1 | 1100 | 100110001 | 100011 | 1010001 |
Color Harmonies of #E0BFDD
Complementary color
Monochromatic Colors of #E0BFDD
Black with #E0BFDD
Text Example
Text Example
White with #E0BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFDD; }
p { color: rgb(224,191,221); }
H1.HeaderClassName
{
color: #E0BFDD;
}
.AnyTagClassName
{
color: #E0BFDD;
}
</style>
background-color css
<style>
a { background-color: #E0BFDD; }
a { background-color: rgb(224,191,221); }
div.DivClassName
{
background-color: #E0BFDD;
}
.BgClassName
{
background-color: #E0BFDD;
}
</style>
border-color css
<style>
span { border-color: #E0BFDD; }
span { border-color: rgb(224,191,221); }
td.TdClassName
{
border-color: #E0BFDD;
}
.TagClassName
{
border-color: #E0BFDD;
}
</style>