Shades of French Lilac #EFC1EC
Tints of French Lilac #EFC1EC
RGB
CMYK
RGB Variations
Color information
#EFC1EC (or 0xEFC1EC) is known color: French Lilac. HEX triplet: EF, C1 and EC. RGB value is (239,193,236). Sum of RGB (Red+Green+Blue) = 239+193+236=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1EC is #103E13. Grayscale: #D3D3D3. Windows color (decimal): -1064468 or 15516143. OLE color: 15516143.
HSL color Cylindrical-coordinate representation of color #EFC1EC: hue angle of 303.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1EC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 236 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.06 |
| HSL | 303.91º | 0.59% | 0.85% | - |
| HSV(B) | 303.91º | 0.19% | 0.94% | - |
| XYZ | 69.81 | 62.55 | 87.75 | - |
| YUV | 211.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 236 | 0 | 0.19 | 0.01 | 0.06 | 303.91 | 0.59 | 0.85 |
| Hex | EF | C1 | EC | 0 | 13 | 1 | 6 | 130 | 3B | 55 |
| Octal | 357 | 301 | 354 | 0 | 23 | 1 | 6 | 460 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11101100 | 0 | 10011 | 1 | 110 | 100110000 | 111011 | 1010101 |
Color Harmonies of #EFC1EC
Complementary color
Monochromatic Colors of #EFC1EC
Black with #EFC1EC
Text Example
Text Example
White with #EFC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1EC; }
p { color: rgb(239,193,236); }
H1.HeaderClassName
{
color: #EFC1EC;
}
.AnyTagClassName
{
color: #EFC1EC;
}
</style>
background-color css
<style>
a { background-color: #EFC1EC; }
a { background-color: rgb(239,193,236); }
div.DivClassName
{
background-color: #EFC1EC;
}
.BgClassName
{
background-color: #EFC1EC;
}
</style>
border-color css
<style>
span { border-color: #EFC1EC; }
span { border-color: rgb(239,193,236); }
td.TdClassName
{
border-color: #EFC1EC;
}
.TagClassName
{
border-color: #EFC1EC;
}
</style>