Shades of French Lilac #EEB3EC
Tints of French Lilac #EEB3EC
RGB
CMYK
RGB Variations
Color information
#EEB3EC (or 0xEEB3EC) is known color: French Lilac. HEX triplet: EE, B3 and EC. RGB value is (238,179,236). Sum of RGB (Red+Green+Blue) = 238+179+236=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB3EC is #114C13. Grayscale: #CACACA. Windows color (decimal): -1133588 or 15512558. OLE color: 15512558.
HSL color Cylindrical-coordinate representation of color #EEB3EC: hue angle of 302.03º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3EC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 236 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.07 |
| HSL | 302.03º | 0.63% | 0.82% | - |
| HSV(B) | 302.03º | 0.25% | 0.93% | - |
| XYZ | 66.52 | 56.47 | 86.75 | - |
| YUV | 203.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 236 | 0 | 0.25 | 0.01 | 0.07 | 302.03 | 0.63 | 0.82 |
| Hex | EE | B3 | EC | 0 | 19 | 1 | 7 | 12E | 3F | 52 |
| Octal | 356 | 263 | 354 | 0 | 31 | 1 | 7 | 456 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11101100 | 0 | 11001 | 1 | 111 | 100101110 | 111111 | 1010010 |
Color Harmonies of #EEB3EC
Complementary color
Monochromatic Colors of #EEB3EC
Black with #EEB3EC
Text Example
Text Example
White with #EEB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3EC; }
p { color: rgb(238,179,236); }
H1.HeaderClassName
{
color: #EEB3EC;
}
.AnyTagClassName
{
color: #EEB3EC;
}
</style>
background-color css
<style>
a { background-color: #EEB3EC; }
a { background-color: rgb(238,179,236); }
div.DivClassName
{
background-color: #EEB3EC;
}
.BgClassName
{
background-color: #EEB3EC;
}
</style>
border-color css
<style>
span { border-color: #EEB3EC; }
span { border-color: rgb(238,179,236); }
td.TdClassName
{
border-color: #EEB3EC;
}
.TagClassName
{
border-color: #EEB3EC;
}
</style>