Shades of French Lilac #EEC0EA
Tints of French Lilac #EEC0EA
RGB
CMYK
RGB Variations
Color information
#EEC0EA (or 0xEEC0EA) is known color: French Lilac. HEX triplet: EE, C0 and EA. RGB value is (238,192,234). Sum of RGB (Red+Green+Blue) = 238+192+234=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0EA is #113F15. Grayscale: #D2D2D2. Windows color (decimal): -1130262 or 15384814. OLE color: 15384814.
HSL color Cylindrical-coordinate representation of color #EEC0EA: hue angle of 305.22º 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 #EEC0EA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 234 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.07 |
| HSL | 305.22º | 0.58% | 0.84% | - |
| HSV(B) | 305.22º | 0.19% | 0.93% | - |
| XYZ | 68.96 | 61.82 | 86.14 | - |
| YUV | 210.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 234 | 0 | 0.19 | 0.02 | 0.07 | 305.22 | 0.58 | 0.84 |
| Hex | EE | C0 | EA | 0 | 13 | 2 | 7 | 131 | 3A | 54 |
| Octal | 356 | 300 | 352 | 0 | 23 | 2 | 7 | 461 | 72 | 124 |
| Binary | 11101110 | 11000000 | 11101010 | 0 | 10011 | 10 | 111 | 100110001 | 111010 | 1010100 |
Color Harmonies of #EEC0EA
Complementary color
Monochromatic Colors of #EEC0EA
Black with #EEC0EA
Text Example
Text Example
White with #EEC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0EA; }
p { color: rgb(238,192,234); }
H1.HeaderClassName
{
color: #EEC0EA;
}
.AnyTagClassName
{
color: #EEC0EA;
}
</style>
background-color css
<style>
a { background-color: #EEC0EA; }
a { background-color: rgb(238,192,234); }
div.DivClassName
{
background-color: #EEC0EA;
}
.BgClassName
{
background-color: #EEC0EA;
}
</style>
border-color css
<style>
span { border-color: #EEC0EA; }
span { border-color: rgb(238,192,234); }
td.TdClassName
{
border-color: #EEC0EA;
}
.TagClassName
{
border-color: #EEC0EA;
}
</style>