Shades of French Lilac #EEBCE2
Tints of French Lilac #EEBCE2
RGB
CMYK
RGB Variations
Color information
#EEBCE2 (or 0xEEBCE2) is known color: French Lilac. HEX triplet: EE, BC and E2. RGB value is (238,188,226). Sum of RGB (Red+Green+Blue) = 238+188+226=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCE2 is #11431D. Grayscale: #CFCFCF. Windows color (decimal): -1131294 or 14859502. OLE color: 14859502.
HSL color Cylindrical-coordinate representation of color #EEBCE2: hue angle of 314.4º 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 #EEBCE2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 226 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 314.4º | 0.6% | 0.84% | - |
| HSV(B) | 314.4º | 0.21% | 0.93% | - |
| XYZ | 66.97 | 59.63 | 79.93 | - |
| YUV | 207.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 226 | 0 | 0.21 | 0.05 | 0.07 | 314.4 | 0.6 | 0.84 |
| Hex | EE | BC | E2 | 0 | 15 | 5 | 7 | 13A | 3C | 54 |
| Octal | 356 | 274 | 342 | 0 | 25 | 5 | 7 | 472 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11100010 | 0 | 10101 | 101 | 111 | 100111010 | 111100 | 1010100 |
Color Harmonies of #EEBCE2
Complementary color
Monochromatic Colors of #EEBCE2
Black with #EEBCE2
Text Example
Text Example
White with #EEBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCE2; }
p { color: rgb(238,188,226); }
H1.HeaderClassName
{
color: #EEBCE2;
}
.AnyTagClassName
{
color: #EEBCE2;
}
</style>
background-color css
<style>
a { background-color: #EEBCE2; }
a { background-color: rgb(238,188,226); }
div.DivClassName
{
background-color: #EEBCE2;
}
.BgClassName
{
background-color: #EEBCE2;
}
</style>
border-color css
<style>
span { border-color: #EEBCE2; }
span { border-color: rgb(238,188,226); }
td.TdClassName
{
border-color: #EEBCE2;
}
.TagClassName
{
border-color: #EEBCE2;
}
</style>