Shades of French Lilac #E5BEDE
Tints of French Lilac #E5BEDE
RGB
CMYK
RGB Variations
Color information
#E5BEDE (or 0xE5BEDE) is known color: French Lilac. HEX triplet: E5, BE and DE. RGB value is (229,190,222). Sum of RGB (Red+Green+Blue) = 229+190+222=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEDE is #1A4121. Grayscale: #CDCDCD. Windows color (decimal): -1720610 or 14597861. OLE color: 14597861.
HSL color Cylindrical-coordinate representation of color #E5BEDE: hue angle of 310.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BEDE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 222 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 310.77º | 0.43% | 0.82% | - |
| HSV(B) | 310.77º | 0.17% | 0.9% | - |
| XYZ | 63.91 | 58.76 | 77.08 | - |
| YUV | 205.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 222 | 0 | 0.17 | 0.03 | 0.10 | 310.77 | 0.43 | 0.82 |
| Hex | E5 | BE | DE | 0 | 11 | 3 | A | 137 | 2B | 52 |
| Octal | 345 | 276 | 336 | 0 | 21 | 3 | 12 | 467 | 53 | 122 |
| Binary | 11100101 | 10111110 | 11011110 | 0 | 10001 | 11 | 1010 | 100110111 | 101011 | 1010010 |
Color Harmonies of #E5BEDE
Complementary color
Monochromatic Colors of #E5BEDE
Black with #E5BEDE
Text Example
Text Example
White with #E5BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEDE; }
p { color: rgb(229,190,222); }
H1.HeaderClassName
{
color: #E5BEDE;
}
.AnyTagClassName
{
color: #E5BEDE;
}
</style>
background-color css
<style>
a { background-color: #E5BEDE; }
a { background-color: rgb(229,190,222); }
div.DivClassName
{
background-color: #E5BEDE;
}
.BgClassName
{
background-color: #E5BEDE;
}
</style>
border-color css
<style>
span { border-color: #E5BEDE; }
span { border-color: rgb(229,190,222); }
td.TdClassName
{
border-color: #E5BEDE;
}
.TagClassName
{
border-color: #E5BEDE;
}
</style>