Shades of French Lilac #EFBBEC
Tints of French Lilac #EFBBEC
RGB
CMYK
RGB Variations
Color information
#EFBBEC (or 0xEFBBEC) is known color: French Lilac. HEX triplet: EF, BB and EC. RGB value is (239,187,236). Sum of RGB (Red+Green+Blue) = 239+187+236=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBEC is #104413. Grayscale: #CFCFCF. Windows color (decimal): -1066004 or 15514607. OLE color: 15514607.
HSL color Cylindrical-coordinate representation of color #EFBBEC: hue angle of 303.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBEC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 236 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 303.46º | 0.62% | 0.84% | - |
| HSV(B) | 303.46º | 0.22% | 0.94% | - |
| XYZ | 68.51 | 59.95 | 87.32 | - |
| YUV | 208.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 236 | 0 | 0.22 | 0.01 | 0.06 | 303.46 | 0.62 | 0.84 |
| Hex | EF | BB | EC | 0 | 16 | 1 | 6 | 12F | 3E | 54 |
| Octal | 357 | 273 | 354 | 0 | 26 | 1 | 6 | 457 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11101100 | 0 | 10110 | 1 | 110 | 100101111 | 111110 | 1010100 |
Color Harmonies of #EFBBEC
Complementary color
Monochromatic Colors of #EFBBEC
Black with #EFBBEC
Text Example
Text Example
White with #EFBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBEC; }
p { color: rgb(239,187,236); }
H1.HeaderClassName
{
color: #EFBBEC;
}
.AnyTagClassName
{
color: #EFBBEC;
}
</style>
background-color css
<style>
a { background-color: #EFBBEC; }
a { background-color: rgb(239,187,236); }
div.DivClassName
{
background-color: #EFBBEC;
}
.BgClassName
{
background-color: #EFBBEC;
}
</style>
border-color css
<style>
span { border-color: #EFBBEC; }
span { border-color: rgb(239,187,236); }
td.TdClassName
{
border-color: #EFBBEC;
}
.TagClassName
{
border-color: #EFBBEC;
}
</style>