Shades of French Lilac #EFC1E2
Tints of French Lilac #EFC1E2
RGB
CMYK
RGB Variations
Color information
#EFC1E2 (or 0xEFC1E2) is known color: French Lilac. HEX triplet: EF, C1 and E2. RGB value is (239,193,226). Sum of RGB (Red+Green+Blue) = 239+193+226=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1E2 is #103E1D. Grayscale: #D2D2D2. Windows color (decimal): -1064478 or 14860783. OLE color: 14860783.
HSL color Cylindrical-coordinate representation of color #EFC1E2: hue angle of 316.96º 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 #EFC1E2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 226 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.06 |
| HSL | 316.96º | 0.59% | 0.85% | - |
| HSV(B) | 316.96º | 0.19% | 0.94% | - |
| XYZ | 68.39 | 61.98 | 80.31 | - |
| YUV | 210.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 226 | 0 | 0.19 | 0.05 | 0.06 | 316.96 | 0.59 | 0.85 |
| Hex | EF | C1 | E2 | 0 | 13 | 5 | 6 | 13D | 3B | 55 |
| Octal | 357 | 301 | 342 | 0 | 23 | 5 | 6 | 475 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11100010 | 0 | 10011 | 101 | 110 | 100111101 | 111011 | 1010101 |
Color Harmonies of #EFC1E2
Complementary color
Monochromatic Colors of #EFC1E2
Black with #EFC1E2
Text Example
Text Example
White with #EFC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1E2; }
p { color: rgb(239,193,226); }
H1.HeaderClassName
{
color: #EFC1E2;
}
.AnyTagClassName
{
color: #EFC1E2;
}
</style>
background-color css
<style>
a { background-color: #EFC1E2; }
a { background-color: rgb(239,193,226); }
div.DivClassName
{
background-color: #EFC1E2;
}
.BgClassName
{
background-color: #EFC1E2;
}
</style>
border-color css
<style>
span { border-color: #EFC1E2; }
span { border-color: rgb(239,193,226); }
td.TdClassName
{
border-color: #EFC1E2;
}
.TagClassName
{
border-color: #EFC1E2;
}
</style>