Shades of French Lilac #EEC0E8
Tints of French Lilac #EEC0E8
RGB
CMYK
RGB Variations
Color information
#EEC0E8 (or 0xEEC0E8) is known color: French Lilac. HEX triplet: EE, C0 and E8. RGB value is (238,192,232). Sum of RGB (Red+Green+Blue) = 238+192+232=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0E8 is #113F17. Grayscale: #D2D2D2. Windows color (decimal): -1130264 or 15253742. OLE color: 15253742.
HSL color Cylindrical-coordinate representation of color #EEC0E8: hue angle of 307.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC0E8 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 232 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 307.83º | 0.58% | 0.84% | - |
| HSV(B) | 307.83º | 0.19% | 0.93% | - |
| XYZ | 68.68 | 61.7 | 84.63 | - |
| YUV | 210.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 232 | 0 | 0.19 | 0.03 | 0.07 | 307.83 | 0.58 | 0.84 |
| Hex | EE | C0 | E8 | 0 | 13 | 3 | 7 | 134 | 3A | 54 |
| Octal | 356 | 300 | 350 | 0 | 23 | 3 | 7 | 464 | 72 | 124 |
| Binary | 11101110 | 11000000 | 11101000 | 0 | 10011 | 11 | 111 | 100110100 | 111010 | 1010100 |
Color Harmonies of #EEC0E8
Complementary color
Monochromatic Colors of #EEC0E8
Black with #EEC0E8
Text Example
Text Example
White with #EEC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0E8; }
p { color: rgb(238,192,232); }
H1.HeaderClassName
{
color: #EEC0E8;
}
.AnyTagClassName
{
color: #EEC0E8;
}
</style>
background-color css
<style>
a { background-color: #EEC0E8; }
a { background-color: rgb(238,192,232); }
div.DivClassName
{
background-color: #EEC0E8;
}
.BgClassName
{
background-color: #EEC0E8;
}
</style>
border-color css
<style>
span { border-color: #EEC0E8; }
span { border-color: rgb(238,192,232); }
td.TdClassName
{
border-color: #EEC0E8;
}
.TagClassName
{
border-color: #EEC0E8;
}
</style>