Shades of French Lilac #EEBDE2
Tints of French Lilac #EEBDE2
RGB
CMYK
RGB Variations
Color information
#EEBDE2 (or 0xEEBDE2) is known color: French Lilac. HEX triplet: EE, BD and E2. RGB value is (238,189,226). Sum of RGB (Red+Green+Blue) = 238+189+226=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDE2 is #11421D. Grayscale: #CFCFCF. Windows color (decimal): -1131038 or 14859758. OLE color: 14859758.
HSL color Cylindrical-coordinate representation of color #EEBDE2: hue angle of 314.69º 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 #EEBDE2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 226 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 314.69º | 0.59% | 0.84% | - |
| HSV(B) | 314.69º | 0.21% | 0.93% | - |
| XYZ | 67.18 | 60.06 | 80 | - |
| YUV | 207.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 226 | 0 | 0.21 | 0.05 | 0.07 | 314.69 | 0.59 | 0.84 |
| Hex | EE | BD | E2 | 0 | 15 | 5 | 7 | 13B | 3B | 54 |
| Octal | 356 | 275 | 342 | 0 | 25 | 5 | 7 | 473 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11100010 | 0 | 10101 | 101 | 111 | 100111011 | 111011 | 1010100 |
Color Harmonies of #EEBDE2
Complementary color
Monochromatic Colors of #EEBDE2
Black with #EEBDE2
Text Example
Text Example
White with #EEBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDE2; }
p { color: rgb(238,189,226); }
H1.HeaderClassName
{
color: #EEBDE2;
}
.AnyTagClassName
{
color: #EEBDE2;
}
</style>
background-color css
<style>
a { background-color: #EEBDE2; }
a { background-color: rgb(238,189,226); }
div.DivClassName
{
background-color: #EEBDE2;
}
.BgClassName
{
background-color: #EEBDE2;
}
</style>
border-color css
<style>
span { border-color: #EEBDE2; }
span { border-color: rgb(238,189,226); }
td.TdClassName
{
border-color: #EEBDE2;
}
.TagClassName
{
border-color: #EEBDE2;
}
</style>