Shades of French Lilac #EEBBE2
Tints of French Lilac #EEBBE2
RGB
CMYK
RGB Variations
Color information
#EEBBE2 (or 0xEEBBE2) is known color: French Lilac. HEX triplet: EE, BB and E2. RGB value is (238,187,226). Sum of RGB (Red+Green+Blue) = 238+187+226=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBE2 is #11441D. Grayscale: #CECECE. Windows color (decimal): -1131550 or 14859246. OLE color: 14859246.
HSL color Cylindrical-coordinate representation of color #EEBBE2: hue angle of 314.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBE2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 226 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 314.12º | 0.6% | 0.83% | - |
| HSV(B) | 314.12º | 0.21% | 0.93% | - |
| XYZ | 66.76 | 59.21 | 79.86 | - |
| YUV | 206.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 226 | 0 | 0.21 | 0.05 | 0.07 | 314.12 | 0.6 | 0.83 |
| Hex | EE | BB | E2 | 0 | 15 | 5 | 7 | 13A | 3C | 53 |
| Octal | 356 | 273 | 342 | 0 | 25 | 5 | 7 | 472 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11100010 | 0 | 10101 | 101 | 111 | 100111010 | 111100 | 1010011 |
Color Harmonies of #EEBBE2
Complementary color
Monochromatic Colors of #EEBBE2
Black with #EEBBE2
Text Example
Text Example
White with #EEBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBE2; }
p { color: rgb(238,187,226); }
H1.HeaderClassName
{
color: #EEBBE2;
}
.AnyTagClassName
{
color: #EEBBE2;
}
</style>
background-color css
<style>
a { background-color: #EEBBE2; }
a { background-color: rgb(238,187,226); }
div.DivClassName
{
background-color: #EEBBE2;
}
.BgClassName
{
background-color: #EEBBE2;
}
</style>
border-color css
<style>
span { border-color: #EEBBE2; }
span { border-color: rgb(238,187,226); }
td.TdClassName
{
border-color: #EEBBE2;
}
.TagClassName
{
border-color: #EEBBE2;
}
</style>