Shades of French Lilac #EEBCEC
Tints of French Lilac #EEBCEC
RGB
CMYK
RGB Variations
Color information
#EEBCEC (or 0xEEBCEC) is known color: French Lilac. HEX triplet: EE, BC and EC. RGB value is (238,188,236). Sum of RGB (Red+Green+Blue) = 238+188+236=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCEC is #114313. Grayscale: #D0D0D0. Windows color (decimal): -1131284 or 15514862. OLE color: 15514862.
HSL color Cylindrical-coordinate representation of color #EEBCEC: hue angle of 302.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 #EEBCEC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 236 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.07 |
| HSL | 302.4º | 0.6% | 0.84% | - |
| HSV(B) | 302.4º | 0.21% | 0.93% | - |
| XYZ | 68.38 | 60.2 | 87.37 | - |
| YUV | 208.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 236 | 0 | 0.21 | 0.01 | 0.07 | 302.4 | 0.6 | 0.84 |
| Hex | EE | BC | EC | 0 | 15 | 1 | 7 | 12E | 3C | 54 |
| Octal | 356 | 274 | 354 | 0 | 25 | 1 | 7 | 456 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11101100 | 0 | 10101 | 1 | 111 | 100101110 | 111100 | 1010100 |
Color Harmonies of #EEBCEC
Complementary color
Monochromatic Colors of #EEBCEC
Black with #EEBCEC
Text Example
Text Example
White with #EEBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCEC; }
p { color: rgb(238,188,236); }
H1.HeaderClassName
{
color: #EEBCEC;
}
.AnyTagClassName
{
color: #EEBCEC;
}
</style>
background-color css
<style>
a { background-color: #EEBCEC; }
a { background-color: rgb(238,188,236); }
div.DivClassName
{
background-color: #EEBCEC;
}
.BgClassName
{
background-color: #EEBCEC;
}
</style>
border-color css
<style>
span { border-color: #EEBCEC; }
span { border-color: rgb(238,188,236); }
td.TdClassName
{
border-color: #EEBCEC;
}
.TagClassName
{
border-color: #EEBCEC;
}
</style>