Shades of French Lilac #EEBBE0
Tints of French Lilac #EEBBE0
RGB
CMYK
RGB Variations
Color information
#EEBBE0 (or 0xEEBBE0) is known color: French Lilac. HEX triplet: EE, BB and E0. RGB value is (238,187,224). Sum of RGB (Red+Green+Blue) = 238+187+224=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBE0 is #11441F. Grayscale: #CECECE. Windows color (decimal): -1131552 or 14728174. OLE color: 14728174.
HSL color Cylindrical-coordinate representation of color #EEBBE0: hue angle of 316.47º 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 #EEBBE0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 224 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.07 |
| HSL | 316.47º | 0.6% | 0.83% | - |
| HSV(B) | 316.47º | 0.21% | 0.93% | - |
| XYZ | 66.48 | 59.1 | 78.42 | - |
| YUV | 206.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 224 | 0 | 0.21 | 0.06 | 0.07 | 316.47 | 0.6 | 0.83 |
| Hex | EE | BB | E0 | 0 | 15 | 6 | 7 | 13C | 3C | 53 |
| Octal | 356 | 273 | 340 | 0 | 25 | 6 | 7 | 474 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11100000 | 0 | 10101 | 110 | 111 | 100111100 | 111100 | 1010011 |
Color Harmonies of #EEBBE0
Complementary color
Monochromatic Colors of #EEBBE0
Black with #EEBBE0
Text Example
Text Example
White with #EEBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBE0; }
p { color: rgb(238,187,224); }
H1.HeaderClassName
{
color: #EEBBE0;
}
.AnyTagClassName
{
color: #EEBBE0;
}
</style>
background-color css
<style>
a { background-color: #EEBBE0; }
a { background-color: rgb(238,187,224); }
div.DivClassName
{
background-color: #EEBBE0;
}
.BgClassName
{
background-color: #EEBBE0;
}
</style>
border-color css
<style>
span { border-color: #EEBBE0; }
span { border-color: rgb(238,187,224); }
td.TdClassName
{
border-color: #EEBBE0;
}
.TagClassName
{
border-color: #EEBBE0;
}
</style>