Shades of French Lilac #EFC1EB
Tints of French Lilac #EFC1EB
RGB
CMYK
RGB Variations
Color information
#EFC1EB (or 0xEFC1EB) is known color: French Lilac. HEX triplet: EF, C1 and EB. RGB value is (239,193,235). Sum of RGB (Red+Green+Blue) = 239+193+235=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1EB is #103E14. Grayscale: #D3D3D3. Windows color (decimal): -1064469 or 15450607. OLE color: 15450607.
HSL color Cylindrical-coordinate representation of color #EFC1EB: hue angle of 305.22º 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 #EFC1EB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 235 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.06 |
| HSL | 305.22º | 0.59% | 0.85% | - |
| HSV(B) | 305.22º | 0.19% | 0.94% | - |
| XYZ | 69.66 | 62.49 | 86.99 | - |
| YUV | 211.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 235 | 0 | 0.19 | 0.02 | 0.06 | 305.22 | 0.59 | 0.85 |
| Hex | EF | C1 | EB | 0 | 13 | 2 | 6 | 131 | 3B | 55 |
| Octal | 357 | 301 | 353 | 0 | 23 | 2 | 6 | 461 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11101011 | 0 | 10011 | 10 | 110 | 100110001 | 111011 | 1010101 |
Color Harmonies of #EFC1EB
Complementary color
Monochromatic Colors of #EFC1EB
Black with #EFC1EB
Text Example
Text Example
White with #EFC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1EB; }
p { color: rgb(239,193,235); }
H1.HeaderClassName
{
color: #EFC1EB;
}
.AnyTagClassName
{
color: #EFC1EB;
}
</style>
background-color css
<style>
a { background-color: #EFC1EB; }
a { background-color: rgb(239,193,235); }
div.DivClassName
{
background-color: #EFC1EB;
}
.BgClassName
{
background-color: #EFC1EB;
}
</style>
border-color css
<style>
span { border-color: #EFC1EB; }
span { border-color: rgb(239,193,235); }
td.TdClassName
{
border-color: #EFC1EB;
}
.TagClassName
{
border-color: #EFC1EB;
}
</style>