Shades of French Lilac #E0BEDA
Tints of French Lilac #E0BEDA
RGB
CMYK
RGB Variations
Color information
#E0BEDA (or 0xE0BEDA) is known color: French Lilac. HEX triplet: E0, BE and DA. RGB value is (224,190,218). Sum of RGB (Red+Green+Blue) = 224+190+218=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEDA is #1F4125. Grayscale: #CBCBCB. Windows color (decimal): -2048294 or 14335712. OLE color: 14335712.
HSL color Cylindrical-coordinate representation of color #E0BEDA: hue angle of 310.59º 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 #E0BEDA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 218 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.12 |
| HSL | 310.59º | 0.35% | 0.81% | - |
| HSV(B) | 310.59º | 0.15% | 0.88% | - |
| XYZ | 61.81 | 57.74 | 74.22 | - |
| YUV | 203.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 218 | 0 | 0.15 | 0.03 | 0.12 | 310.59 | 0.35 | 0.81 |
| Hex | E0 | BE | DA | 0 | F | 3 | C | 137 | 23 | 51 |
| Octal | 340 | 276 | 332 | 0 | 17 | 3 | 14 | 467 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11011010 | 0 | 1111 | 11 | 1100 | 100110111 | 100011 | 1010001 |
Color Harmonies of #E0BEDA
Complementary color
Monochromatic Colors of #E0BEDA
Black with #E0BEDA
Text Example
Text Example
White with #E0BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEDA; }
p { color: rgb(224,190,218); }
H1.HeaderClassName
{
color: #E0BEDA;
}
.AnyTagClassName
{
color: #E0BEDA;
}
</style>
background-color css
<style>
a { background-color: #E0BEDA; }
a { background-color: rgb(224,190,218); }
div.DivClassName
{
background-color: #E0BEDA;
}
.BgClassName
{
background-color: #E0BEDA;
}
</style>
border-color css
<style>
span { border-color: #E0BEDA; }
span { border-color: rgb(224,190,218); }
td.TdClassName
{
border-color: #E0BEDA;
}
.TagClassName
{
border-color: #E0BEDA;
}
</style>