Shades of French Lilac #E0BEDE
Tints of French Lilac #E0BEDE
RGB
CMYK
RGB Variations
Color information
#E0BEDE (or 0xE0BEDE) is known color: French Lilac. HEX triplet: E0, BE and DE. RGB value is (224,190,222). Sum of RGB (Red+Green+Blue) = 224+190+222=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEDE is #1F4121. Grayscale: #CBCBCB. Windows color (decimal): -2048290 or 14597856. OLE color: 14597856.
HSL color Cylindrical-coordinate representation of color #E0BEDE: hue angle of 303.53º 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 #E0BEDE is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 222 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.12 |
| HSL | 303.53º | 0.35% | 0.81% | - |
| HSV(B) | 303.53º | 0.15% | 0.88% | - |
| XYZ | 62.34 | 57.95 | 77.01 | - |
| YUV | 203.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 222 | 0 | 0.15 | 0.01 | 0.12 | 303.53 | 0.35 | 0.81 |
| Hex | E0 | BE | DE | 0 | F | 1 | C | 130 | 23 | 51 |
| Octal | 340 | 276 | 336 | 0 | 17 | 1 | 14 | 460 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11011110 | 0 | 1111 | 1 | 1100 | 100110000 | 100011 | 1010001 |
Color Harmonies of #E0BEDE
Complementary color
Monochromatic Colors of #E0BEDE
Black with #E0BEDE
Text Example
Text Example
White with #E0BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEDE; }
p { color: rgb(224,190,222); }
H1.HeaderClassName
{
color: #E0BEDE;
}
.AnyTagClassName
{
color: #E0BEDE;
}
</style>
background-color css
<style>
a { background-color: #E0BEDE; }
a { background-color: rgb(224,190,222); }
div.DivClassName
{
background-color: #E0BEDE;
}
.BgClassName
{
background-color: #E0BEDE;
}
</style>
border-color css
<style>
span { border-color: #E0BEDE; }
span { border-color: rgb(224,190,222); }
td.TdClassName
{
border-color: #E0BEDE;
}
.TagClassName
{
border-color: #E0BEDE;
}
</style>