Shades of French Lilac #EFBCE1
Tints of French Lilac #EFBCE1
RGB
CMYK
RGB Variations
Color information
#EFBCE1 (or 0xEFBCE1) is known color: French Lilac. HEX triplet: EF, BC and E1. RGB value is (239,188,225). Sum of RGB (Red+Green+Blue) = 239+188+225=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCE1 is #10431E. Grayscale: #CFCFCF. Windows color (decimal): -1065759 or 14793967. OLE color: 14793967.
HSL color Cylindrical-coordinate representation of color #EFBCE1: hue angle of 316.47º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCE1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 225 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.06 |
| HSL | 316.47º | 0.61% | 0.84% | - |
| HSV(B) | 316.47º | 0.21% | 0.94% | - |
| XYZ | 67.17 | 59.75 | 79.23 | - |
| YUV | 207.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 225 | 0 | 0.21 | 0.06 | 0.06 | 316.47 | 0.61 | 0.84 |
| Hex | EF | BC | E1 | 0 | 15 | 6 | 6 | 13C | 3D | 54 |
| Octal | 357 | 274 | 341 | 0 | 25 | 6 | 6 | 474 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11100001 | 0 | 10101 | 110 | 110 | 100111100 | 111101 | 1010100 |
Color Harmonies of #EFBCE1
Complementary color
Monochromatic Colors of #EFBCE1
Black with #EFBCE1
Text Example
Text Example
White with #EFBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCE1; }
p { color: rgb(239,188,225); }
H1.HeaderClassName
{
color: #EFBCE1;
}
.AnyTagClassName
{
color: #EFBCE1;
}
</style>
background-color css
<style>
a { background-color: #EFBCE1; }
a { background-color: rgb(239,188,225); }
div.DivClassName
{
background-color: #EFBCE1;
}
.BgClassName
{
background-color: #EFBCE1;
}
</style>
border-color css
<style>
span { border-color: #EFBCE1; }
span { border-color: rgb(239,188,225); }
td.TdClassName
{
border-color: #EFBCE1;
}
.TagClassName
{
border-color: #EFBCE1;
}
</style>