Shades of French Lilac #EFC0EC
Tints of French Lilac #EFC0EC
RGB
CMYK
RGB Variations
Color information
#EFC0EC (or 0xEFC0EC) is known color: French Lilac. HEX triplet: EF, C0 and EC. RGB value is (239,192,236). Sum of RGB (Red+Green+Blue) = 239+192+236=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EC is #103F13. Grayscale: #D2D2D2. Windows color (decimal): -1064724 or 15515887. OLE color: 15515887.
HSL color Cylindrical-coordinate representation of color #EFC0EC: hue angle of 303.83º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0EC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 236 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.06 |
| HSL | 303.83º | 0.59% | 0.85% | - |
| HSV(B) | 303.83º | 0.2% | 0.94% | - |
| XYZ | 69.59 | 62.11 | 87.68 | - |
| YUV | 211.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 236 | 0 | 0.20 | 0.01 | 0.06 | 303.83 | 0.59 | 0.85 |
| Hex | EF | C0 | EC | 0 | 14 | 1 | 6 | 130 | 3B | 55 |
| Octal | 357 | 300 | 354 | 0 | 24 | 1 | 6 | 460 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11101100 | 0 | 10100 | 1 | 110 | 100110000 | 111011 | 1010101 |
Color Harmonies of #EFC0EC
Complementary color
Monochromatic Colors of #EFC0EC
Black with #EFC0EC
Text Example
Text Example
White with #EFC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0EC; }
p { color: rgb(239,192,236); }
H1.HeaderClassName
{
color: #EFC0EC;
}
.AnyTagClassName
{
color: #EFC0EC;
}
</style>
background-color css
<style>
a { background-color: #EFC0EC; }
a { background-color: rgb(239,192,236); }
div.DivClassName
{
background-color: #EFC0EC;
}
.BgClassName
{
background-color: #EFC0EC;
}
</style>
border-color css
<style>
span { border-color: #EFC0EC; }
span { border-color: rgb(239,192,236); }
td.TdClassName
{
border-color: #EFC0EC;
}
.TagClassName
{
border-color: #EFC0EC;
}
</style>