Shades of French Lilac #EFC4E9
Tints of French Lilac #EFC4E9
RGB
CMYK
RGB Variations
Color information
#EFC4E9 (or 0xEFC4E9) is known color: French Lilac. HEX triplet: EF, C4 and E9. RGB value is (239,196,233). Sum of RGB (Red+Green+Blue) = 239+196+233=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4E9 is #103B16. Grayscale: #D4D4D4. Windows color (decimal): -1063703 or 15320303. OLE color: 15320303.
HSL color Cylindrical-coordinate representation of color #EFC4E9: hue angle of 308.37º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4E9 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 233 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.06 |
| HSL | 308.37º | 0.57% | 0.85% | - |
| HSV(B) | 308.37º | 0.18% | 0.94% | - |
| XYZ | 70.04 | 63.71 | 85.7 | - |
| YUV | 213.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 233 | 0 | 0.18 | 0.03 | 0.06 | 308.37 | 0.57 | 0.85 |
| Hex | EF | C4 | E9 | 0 | 12 | 3 | 6 | 134 | 39 | 55 |
| Octal | 357 | 304 | 351 | 0 | 22 | 3 | 6 | 464 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11101001 | 0 | 10010 | 11 | 110 | 100110100 | 111001 | 1010101 |
Color Harmonies of #EFC4E9
Complementary color
Monochromatic Colors of #EFC4E9
Black with #EFC4E9
Text Example
Text Example
White with #EFC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4E9; }
p { color: rgb(239,196,233); }
H1.HeaderClassName
{
color: #EFC4E9;
}
.AnyTagClassName
{
color: #EFC4E9;
}
</style>
background-color css
<style>
a { background-color: #EFC4E9; }
a { background-color: rgb(239,196,233); }
div.DivClassName
{
background-color: #EFC4E9;
}
.BgClassName
{
background-color: #EFC4E9;
}
</style>
border-color css
<style>
span { border-color: #EFC4E9; }
span { border-color: rgb(239,196,233); }
td.TdClassName
{
border-color: #EFC4E9;
}
.TagClassName
{
border-color: #EFC4E9;
}
</style>