Shades of French Lilac #EFC0E3
Tints of French Lilac #EFC0E3
RGB
CMYK
RGB Variations
Color information
#EFC0E3 (or 0xEFC0E3) is known color: French Lilac. HEX triplet: EF, C0 and E3. RGB value is (239,192,227). Sum of RGB (Red+Green+Blue) = 239+192+227=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0E3 is #103F1C. Grayscale: #D1D1D1. Windows color (decimal): -1064733 or 14926063. OLE color: 14926063.
HSL color Cylindrical-coordinate representation of color #EFC0E3: hue angle of 315.32º 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 #EFC0E3 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 227 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.06 |
| HSL | 315.32º | 0.59% | 0.85% | - |
| HSV(B) | 315.32º | 0.2% | 0.94% | - |
| XYZ | 68.31 | 61.6 | 80.96 | - |
| YUV | 210.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 227 | 0 | 0.20 | 0.05 | 0.06 | 315.32 | 0.59 | 0.85 |
| Hex | EF | C0 | E3 | 0 | 14 | 5 | 6 | 13B | 3B | 55 |
| Octal | 357 | 300 | 343 | 0 | 24 | 5 | 6 | 473 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11100011 | 0 | 10100 | 101 | 110 | 100111011 | 111011 | 1010101 |
Color Harmonies of #EFC0E3
Complementary color
Monochromatic Colors of #EFC0E3
Black with #EFC0E3
Text Example
Text Example
White with #EFC0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0E3; }
p { color: rgb(239,192,227); }
H1.HeaderClassName
{
color: #EFC0E3;
}
.AnyTagClassName
{
color: #EFC0E3;
}
</style>
background-color css
<style>
a { background-color: #EFC0E3; }
a { background-color: rgb(239,192,227); }
div.DivClassName
{
background-color: #EFC0E3;
}
.BgClassName
{
background-color: #EFC0E3;
}
</style>
border-color css
<style>
span { border-color: #EFC0E3; }
span { border-color: rgb(239,192,227); }
td.TdClassName
{
border-color: #EFC0E3;
}
.TagClassName
{
border-color: #EFC0E3;
}
</style>