Shades of French Lilac #EEBDE9
Tints of French Lilac #EEBDE9
RGB
CMYK
RGB Variations
Color information
#EEBDE9 (or 0xEEBDE9) is known color: French Lilac. HEX triplet: EE, BD and E9. RGB value is (238,189,233). Sum of RGB (Red+Green+Blue) = 238+189+233=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDE9 is #114216. Grayscale: #D0D0D0. Windows color (decimal): -1131031 or 15318510. OLE color: 15318510.
HSL color Cylindrical-coordinate representation of color #EEBDE9: hue angle of 306.12º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDE9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 233 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.07 |
| HSL | 306.12º | 0.59% | 0.84% | - |
| HSV(B) | 306.12º | 0.21% | 0.93% | - |
| XYZ | 68.17 | 60.46 | 85.17 | - |
| YUV | 208.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 233 | 0 | 0.21 | 0.02 | 0.07 | 306.12 | 0.59 | 0.84 |
| Hex | EE | BD | E9 | 0 | 15 | 2 | 7 | 132 | 3B | 54 |
| Octal | 356 | 275 | 351 | 0 | 25 | 2 | 7 | 462 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11101001 | 0 | 10101 | 10 | 111 | 100110010 | 111011 | 1010100 |
Color Harmonies of #EEBDE9
Complementary color
Monochromatic Colors of #EEBDE9
Black with #EEBDE9
Text Example
Text Example
White with #EEBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDE9; }
p { color: rgb(238,189,233); }
H1.HeaderClassName
{
color: #EEBDE9;
}
.AnyTagClassName
{
color: #EEBDE9;
}
</style>
background-color css
<style>
a { background-color: #EEBDE9; }
a { background-color: rgb(238,189,233); }
div.DivClassName
{
background-color: #EEBDE9;
}
.BgClassName
{
background-color: #EEBDE9;
}
</style>
border-color css
<style>
span { border-color: #EEBDE9; }
span { border-color: rgb(238,189,233); }
td.TdClassName
{
border-color: #EEBDE9;
}
.TagClassName
{
border-color: #EEBDE9;
}
</style>