Shades of French Lilac #EFBCE4
Tints of French Lilac #EFBCE4
RGB
CMYK
RGB Variations
Color information
#EFBCE4 (or 0xEFBCE4) is known color: French Lilac. HEX triplet: EF, BC and E4. RGB value is (239,188,228). Sum of RGB (Red+Green+Blue) = 239+188+228=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCE4 is #10431B. Grayscale: #CFCFCF. Windows color (decimal): -1065756 or 14990575. OLE color: 14990575.
HSL color Cylindrical-coordinate representation of color #EFBCE4: hue angle of 312.94º 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 #EFBCE4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 228 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.06 |
| HSL | 312.94º | 0.61% | 0.84% | - |
| HSV(B) | 312.94º | 0.21% | 0.94% | - |
| XYZ | 67.58 | 59.92 | 81.4 | - |
| YUV | 207.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 228 | 0 | 0.21 | 0.05 | 0.06 | 312.94 | 0.61 | 0.84 |
| Hex | EF | BC | E4 | 0 | 15 | 5 | 6 | 139 | 3D | 54 |
| Octal | 357 | 274 | 344 | 0 | 25 | 5 | 6 | 471 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11100100 | 0 | 10101 | 101 | 110 | 100111001 | 111101 | 1010100 |
Color Harmonies of #EFBCE4
Complementary color
Monochromatic Colors of #EFBCE4
Black with #EFBCE4
Text Example
Text Example
White with #EFBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCE4; }
p { color: rgb(239,188,228); }
H1.HeaderClassName
{
color: #EFBCE4;
}
.AnyTagClassName
{
color: #EFBCE4;
}
</style>
background-color css
<style>
a { background-color: #EFBCE4; }
a { background-color: rgb(239,188,228); }
div.DivClassName
{
background-color: #EFBCE4;
}
.BgClassName
{
background-color: #EFBCE4;
}
</style>
border-color css
<style>
span { border-color: #EFBCE4; }
span { border-color: rgb(239,188,228); }
td.TdClassName
{
border-color: #EFBCE4;
}
.TagClassName
{
border-color: #EFBCE4;
}
</style>