Shades of French Lilac #E0BEDD
Tints of French Lilac #E0BEDD
RGB
CMYK
RGB Variations
Color information
#E0BEDD (or 0xE0BEDD) is known color: French Lilac. HEX triplet: E0, BE and DD. RGB value is (224,190,221). Sum of RGB (Red+Green+Blue) = 224+190+221=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEDD is #1F4122. Grayscale: #CBCBCB. Windows color (decimal): -2048291 or 14532320. OLE color: 14532320.
HSL color Cylindrical-coordinate representation of color #E0BEDD: hue angle of 305.29º 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 #E0BEDD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 221 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.12 |
| HSL | 305.29º | 0.35% | 0.81% | - |
| HSV(B) | 305.29º | 0.15% | 0.88% | - |
| XYZ | 62.21 | 57.89 | 76.3 | - |
| YUV | 203.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 221 | 0 | 0.15 | 0.01 | 0.12 | 305.29 | 0.35 | 0.81 |
| Hex | E0 | BE | DD | 0 | F | 1 | C | 131 | 23 | 51 |
| Octal | 340 | 276 | 335 | 0 | 17 | 1 | 14 | 461 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11011101 | 0 | 1111 | 1 | 1100 | 100110001 | 100011 | 1010001 |
Color Harmonies of #E0BEDD
Complementary color
Monochromatic Colors of #E0BEDD
Black with #E0BEDD
Text Example
Text Example
White with #E0BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEDD; }
p { color: rgb(224,190,221); }
H1.HeaderClassName
{
color: #E0BEDD;
}
.AnyTagClassName
{
color: #E0BEDD;
}
</style>
background-color css
<style>
a { background-color: #E0BEDD; }
a { background-color: rgb(224,190,221); }
div.DivClassName
{
background-color: #E0BEDD;
}
.BgClassName
{
background-color: #E0BEDD;
}
</style>
border-color css
<style>
span { border-color: #E0BEDD; }
span { border-color: rgb(224,190,221); }
td.TdClassName
{
border-color: #E0BEDD;
}
.TagClassName
{
border-color: #E0BEDD;
}
</style>