Shades of French Lilac #EEBCEB
Tints of French Lilac #EEBCEB
RGB
CMYK
RGB Variations
Color information
#EEBCEB (or 0xEEBCEB) is known color: French Lilac. HEX triplet: EE, BC and EB. RGB value is (238,188,235). Sum of RGB (Red+Green+Blue) = 238+188+235=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCEB is #114314. Grayscale: #D0D0D0. Windows color (decimal): -1131285 or 15449326. OLE color: 15449326.
HSL color Cylindrical-coordinate representation of color #EEBCEB: hue angle of 303.6º degrees, saturation: 0.6, 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 #EEBCEB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 235 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.07 |
| HSL | 303.6º | 0.6% | 0.84% | - |
| HSV(B) | 303.6º | 0.21% | 0.93% | - |
| XYZ | 68.24 | 60.14 | 86.61 | - |
| YUV | 208.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 235 | 0 | 0.21 | 0.01 | 0.07 | 303.6 | 0.6 | 0.84 |
| Hex | EE | BC | EB | 0 | 15 | 1 | 7 | 130 | 3C | 54 |
| Octal | 356 | 274 | 353 | 0 | 25 | 1 | 7 | 460 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11101011 | 0 | 10101 | 1 | 111 | 100110000 | 111100 | 1010100 |
Color Harmonies of #EEBCEB
Complementary color
Monochromatic Colors of #EEBCEB
Black with #EEBCEB
Text Example
Text Example
White with #EEBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCEB; }
p { color: rgb(238,188,235); }
H1.HeaderClassName
{
color: #EEBCEB;
}
.AnyTagClassName
{
color: #EEBCEB;
}
</style>
background-color css
<style>
a { background-color: #EEBCEB; }
a { background-color: rgb(238,188,235); }
div.DivClassName
{
background-color: #EEBCEB;
}
.BgClassName
{
background-color: #EEBCEB;
}
</style>
border-color css
<style>
span { border-color: #EEBCEB; }
span { border-color: rgb(238,188,235); }
td.TdClassName
{
border-color: #EEBCEB;
}
.TagClassName
{
border-color: #EEBCEB;
}
</style>