Shades of French Lilac #E0BFDC
Tints of French Lilac #E0BFDC
RGB
CMYK
RGB Variations
Color information
#E0BFDC (or 0xE0BFDC) is known color: French Lilac. HEX triplet: E0, BF and DC. RGB value is (224,191,220). Sum of RGB (Red+Green+Blue) = 224+191+220=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDC is #1F4023. Grayscale: #CCCCCC. Windows color (decimal): -2048036 or 14467040. OLE color: 14467040.
HSL color Cylindrical-coordinate representation of color #E0BFDC: hue angle of 307.27º 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 #E0BFDC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 220 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.12 |
| HSL | 307.27º | 0.35% | 0.81% | - |
| HSV(B) | 307.27º | 0.15% | 0.88% | - |
| XYZ | 62.29 | 58.28 | 75.68 | - |
| YUV | 204.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 220 | 0 | 0.15 | 0.02 | 0.12 | 307.27 | 0.35 | 0.81 |
| Hex | E0 | BF | DC | 0 | F | 2 | C | 133 | 23 | 51 |
| Octal | 340 | 277 | 334 | 0 | 17 | 2 | 14 | 463 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11011100 | 0 | 1111 | 10 | 1100 | 100110011 | 100011 | 1010001 |
Color Harmonies of #E0BFDC
Complementary color
Monochromatic Colors of #E0BFDC
Black with #E0BFDC
Text Example
Text Example
White with #E0BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFDC; }
p { color: rgb(224,191,220); }
H1.HeaderClassName
{
color: #E0BFDC;
}
.AnyTagClassName
{
color: #E0BFDC;
}
</style>
background-color css
<style>
a { background-color: #E0BFDC; }
a { background-color: rgb(224,191,220); }
div.DivClassName
{
background-color: #E0BFDC;
}
.BgClassName
{
background-color: #E0BFDC;
}
</style>
border-color css
<style>
span { border-color: #E0BFDC; }
span { border-color: rgb(224,191,220); }
td.TdClassName
{
border-color: #E0BFDC;
}
.TagClassName
{
border-color: #E0BFDC;
}
</style>