Shades of French Lilac #EFBCE0
Tints of French Lilac #EFBCE0
RGB
CMYK
RGB Variations
Color information
#EFBCE0 (or 0xEFBCE0) is known color: French Lilac. HEX triplet: EF, BC and E0. RGB value is (239,188,224). Sum of RGB (Red+Green+Blue) = 239+188+224=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCE0 is #10431F. Grayscale: #CFCFCF. Windows color (decimal): -1065760 or 14728431. OLE color: 14728431.
HSL color Cylindrical-coordinate representation of color #EFBCE0: hue angle of 317.65º 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 #EFBCE0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 224 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.06 |
| HSL | 317.65º | 0.61% | 0.84% | - |
| HSV(B) | 317.65º | 0.21% | 0.94% | - |
| XYZ | 67.03 | 59.7 | 78.51 | - |
| YUV | 207.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 224 | 0 | 0.21 | 0.06 | 0.06 | 317.65 | 0.61 | 0.84 |
| Hex | EF | BC | E0 | 0 | 15 | 6 | 6 | 13E | 3D | 54 |
| Octal | 357 | 274 | 340 | 0 | 25 | 6 | 6 | 476 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11100000 | 0 | 10101 | 110 | 110 | 100111110 | 111101 | 1010100 |
Color Harmonies of #EFBCE0
Complementary color
Monochromatic Colors of #EFBCE0
Black with #EFBCE0
Text Example
Text Example
White with #EFBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCE0; }
p { color: rgb(239,188,224); }
H1.HeaderClassName
{
color: #EFBCE0;
}
.AnyTagClassName
{
color: #EFBCE0;
}
</style>
background-color css
<style>
a { background-color: #EFBCE0; }
a { background-color: rgb(239,188,224); }
div.DivClassName
{
background-color: #EFBCE0;
}
.BgClassName
{
background-color: #EFBCE0;
}
</style>
border-color css
<style>
span { border-color: #EFBCE0; }
span { border-color: rgb(239,188,224); }
td.TdClassName
{
border-color: #EFBCE0;
}
.TagClassName
{
border-color: #EFBCE0;
}
</style>