Shades of French Lilac #EEBCEF
Tints of French Lilac #EEBCEF
RGB
CMYK
RGB Variations
Color information
#EEBCEF (or 0xEEBCEF) is known color: French Lilac. HEX triplet: EE, BC and EF. RGB value is (238,188,239). Sum of RGB (Red+Green+Blue) = 238+188+239=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEBCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCEF is #114310. Grayscale: #D0D0D0. Windows color (decimal): -1131281 or 15711470. OLE color: 15711470.
HSL color Cylindrical-coordinate representation of color #EEBCEF: hue angle of 298.82º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCEF is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 188 | 239 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.06 |
| HSL | 298.82º | 0.61% | 0.84% | - |
| HSV(B) | 298.82º | 0.21% | 0.94% | - |
| XYZ | 68.82 | 60.38 | 89.69 | - |
| YUV | 208.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 239 | 0.00 | 0.21 | 0 | 0.06 | 298.82 | 0.61 | 0.84 |
| Hex | EE | BC | EF | 0 | 15 | 0 | 6 | 12B | 3D | 54 |
| Octal | 356 | 274 | 357 | 0 | 25 | 0 | 6 | 453 | 75 | 124 |
| Binary | 11101110 | 10111100 | 11101111 | 0 | 10101 | 0 | 110 | 100101011 | 111101 | 1010100 |
Color Harmonies of #EEBCEF
Complementary color
Monochromatic Colors of #EEBCEF
Black with #EEBCEF
Text Example
Text Example
White with #EEBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCEF; }
p { color: rgb(238,188,239); }
H1.HeaderClassName
{
color: #EEBCEF;
}
.AnyTagClassName
{
color: #EEBCEF;
}
</style>
background-color css
<style>
a { background-color: #EEBCEF; }
a { background-color: rgb(238,188,239); }
div.DivClassName
{
background-color: #EEBCEF;
}
.BgClassName
{
background-color: #EEBCEF;
}
</style>
border-color css
<style>
span { border-color: #EEBCEF; }
span { border-color: rgb(238,188,239); }
td.TdClassName
{
border-color: #EEBCEF;
}
.TagClassName
{
border-color: #EEBCEF;
}
</style>