Shades of French Lilac #E3BDDE
Tints of French Lilac #E3BDDE
RGB
CMYK
RGB Variations
Color information
#E3BDDE (or 0xE3BDDE) is known color: French Lilac. HEX triplet: E3, BD and DE. RGB value is (227,189,222). Sum of RGB (Red+Green+Blue) = 227+189+222=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDDE is #1C4221. Grayscale: #CCCCCC. Windows color (decimal): -1851938 or 14597603. OLE color: 14597603.
HSL color Cylindrical-coordinate representation of color #E3BDDE: hue angle of 307.89º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BDDE is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 222 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.11 |
| HSL | 307.89º | 0.4% | 0.82% | - |
| HSV(B) | 307.89º | 0.17% | 0.89% | - |
| XYZ | 63.06 | 58 | 76.98 | - |
| YUV | 204.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 222 | 0 | 0.17 | 0.02 | 0.11 | 307.89 | 0.4 | 0.82 |
| Hex | E3 | BD | DE | 0 | 11 | 2 | B | 134 | 28 | 52 |
| Octal | 343 | 275 | 336 | 0 | 21 | 2 | 13 | 464 | 50 | 122 |
| Binary | 11100011 | 10111101 | 11011110 | 0 | 10001 | 10 | 1011 | 100110100 | 101000 | 1010010 |
Color Harmonies of #E3BDDE
Complementary color
Monochromatic Colors of #E3BDDE
Black with #E3BDDE
Text Example
Text Example
White with #E3BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDDE; }
p { color: rgb(227,189,222); }
H1.HeaderClassName
{
color: #E3BDDE;
}
.AnyTagClassName
{
color: #E3BDDE;
}
</style>
background-color css
<style>
a { background-color: #E3BDDE; }
a { background-color: rgb(227,189,222); }
div.DivClassName
{
background-color: #E3BDDE;
}
.BgClassName
{
background-color: #E3BDDE;
}
</style>
border-color css
<style>
span { border-color: #E3BDDE; }
span { border-color: rgb(227,189,222); }
td.TdClassName
{
border-color: #E3BDDE;
}
.TagClassName
{
border-color: #E3BDDE;
}
</style>