Shades of French Lilac #EFC1E4
Tints of French Lilac #EFC1E4
RGB
CMYK
RGB Variations
Color information
#EFC1E4 (or 0xEFC1E4) is known color: French Lilac. HEX triplet: EF, C1 and E4. RGB value is (239,193,228). Sum of RGB (Red+Green+Blue) = 239+193+228=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1E4 is #103E1B. Grayscale: #D2D2D2. Windows color (decimal): -1064476 or 14991855. OLE color: 14991855.
HSL color Cylindrical-coordinate representation of color #EFC1E4: hue angle of 314.35º 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 #EFC1E4 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 228 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.06 |
| HSL | 314.35º | 0.59% | 0.85% | - |
| HSV(B) | 314.35º | 0.19% | 0.94% | - |
| XYZ | 68.67 | 62.09 | 81.76 | - |
| YUV | 210.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 228 | 0 | 0.19 | 0.05 | 0.06 | 314.35 | 0.59 | 0.85 |
| Hex | EF | C1 | E4 | 0 | 13 | 5 | 6 | 13A | 3B | 55 |
| Octal | 357 | 301 | 344 | 0 | 23 | 5 | 6 | 472 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11100100 | 0 | 10011 | 101 | 110 | 100111010 | 111011 | 1010101 |
Color Harmonies of #EFC1E4
Complementary color
Monochromatic Colors of #EFC1E4
Black with #EFC1E4
Text Example
Text Example
White with #EFC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1E4; }
p { color: rgb(239,193,228); }
H1.HeaderClassName
{
color: #EFC1E4;
}
.AnyTagClassName
{
color: #EFC1E4;
}
</style>
background-color css
<style>
a { background-color: #EFC1E4; }
a { background-color: rgb(239,193,228); }
div.DivClassName
{
background-color: #EFC1E4;
}
.BgClassName
{
background-color: #EFC1E4;
}
</style>
border-color css
<style>
span { border-color: #EFC1E4; }
span { border-color: rgb(239,193,228); }
td.TdClassName
{
border-color: #EFC1E4;
}
.TagClassName
{
border-color: #EFC1E4;
}
</style>