Shades of French Lilac #EEBEE0
Tints of French Lilac #EEBEE0
RGB
CMYK
RGB Variations
Color information
#EEBEE0 (or 0xEEBEE0) is known color: French Lilac. HEX triplet: EE, BE and E0. RGB value is (238,190,224). Sum of RGB (Red+Green+Blue) = 238+190+224=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEE0 is #11411F. Grayscale: #D0D0D0. Windows color (decimal): -1130784 or 14728942. OLE color: 14728942.
HSL color Cylindrical-coordinate representation of color #EEBEE0: hue angle of 317.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEE0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 224 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.07 |
| HSL | 317.5º | 0.59% | 0.84% | - |
| HSV(B) | 317.5º | 0.2% | 0.93% | - |
| XYZ | 67.13 | 60.39 | 78.64 | - |
| YUV | 208.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 224 | 0 | 0.20 | 0.06 | 0.07 | 317.5 | 0.59 | 0.84 |
| Hex | EE | BE | E0 | 0 | 14 | 6 | 7 | 13E | 3B | 54 |
| Octal | 356 | 276 | 340 | 0 | 24 | 6 | 7 | 476 | 73 | 124 |
| Binary | 11101110 | 10111110 | 11100000 | 0 | 10100 | 110 | 111 | 100111110 | 111011 | 1010100 |
Color Harmonies of #EEBEE0
Complementary color
Monochromatic Colors of #EEBEE0
Black with #EEBEE0
Text Example
Text Example
White with #EEBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEE0; }
p { color: rgb(238,190,224); }
H1.HeaderClassName
{
color: #EEBEE0;
}
.AnyTagClassName
{
color: #EEBEE0;
}
</style>
background-color css
<style>
a { background-color: #EEBEE0; }
a { background-color: rgb(238,190,224); }
div.DivClassName
{
background-color: #EEBEE0;
}
.BgClassName
{
background-color: #EEBEE0;
}
</style>
border-color css
<style>
span { border-color: #EEBEE0; }
span { border-color: rgb(238,190,224); }
td.TdClassName
{
border-color: #EEBEE0;
}
.TagClassName
{
border-color: #EEBEE0;
}
</style>