Shades of French Lilac #EFC1E3
Tints of French Lilac #EFC1E3
RGB
CMYK
RGB Variations
Color information
#EFC1E3 (or 0xEFC1E3) is known color: French Lilac. HEX triplet: EF, C1 and E3. RGB value is (239,193,227). Sum of RGB (Red+Green+Blue) = 239+193+227=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1E3 is #103E1C. Grayscale: #D2D2D2. Windows color (decimal): -1064477 or 14926319. OLE color: 14926319.
HSL color Cylindrical-coordinate representation of color #EFC1E3: hue angle of 315.65º 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 #EFC1E3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 227 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.06 |
| HSL | 315.65º | 0.59% | 0.85% | - |
| HSV(B) | 315.65º | 0.19% | 0.94% | - |
| XYZ | 68.53 | 62.04 | 81.04 | - |
| YUV | 210.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 227 | 0 | 0.19 | 0.05 | 0.06 | 315.65 | 0.59 | 0.85 |
| Hex | EF | C1 | E3 | 0 | 13 | 5 | 6 | 13C | 3B | 55 |
| Octal | 357 | 301 | 343 | 0 | 23 | 5 | 6 | 474 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11100011 | 0 | 10011 | 101 | 110 | 100111100 | 111011 | 1010101 |
Color Harmonies of #EFC1E3
Complementary color
Monochromatic Colors of #EFC1E3
Black with #EFC1E3
Text Example
Text Example
White with #EFC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1E3; }
p { color: rgb(239,193,227); }
H1.HeaderClassName
{
color: #EFC1E3;
}
.AnyTagClassName
{
color: #EFC1E3;
}
</style>
background-color css
<style>
a { background-color: #EFC1E3; }
a { background-color: rgb(239,193,227); }
div.DivClassName
{
background-color: #EFC1E3;
}
.BgClassName
{
background-color: #EFC1E3;
}
</style>
border-color css
<style>
span { border-color: #EFC1E3; }
span { border-color: rgb(239,193,227); }
td.TdClassName
{
border-color: #EFC1E3;
}
.TagClassName
{
border-color: #EFC1E3;
}
</style>