Shades of French Lilac #EFBAEC
Tints of French Lilac #EFBAEC
RGB
CMYK
RGB Variations
Color information
#EFBAEC (or 0xEFBAEC) is known color: French Lilac. HEX triplet: EF, BA and EC. RGB value is (239,186,236). Sum of RGB (Red+Green+Blue) = 239+186+236=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEC is #104513. Grayscale: #CFCFCF. Windows color (decimal): -1066260 or 15514351. OLE color: 15514351.
HSL color Cylindrical-coordinate representation of color #EFBAEC: hue angle of 303.4º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAEC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 236 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 303.4º | 0.62% | 0.83% | - |
| HSV(B) | 303.4º | 0.22% | 0.94% | - |
| XYZ | 68.3 | 59.52 | 87.25 | - |
| YUV | 207.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 236 | 0 | 0.22 | 0.01 | 0.06 | 303.4 | 0.62 | 0.83 |
| Hex | EF | BA | EC | 0 | 16 | 1 | 6 | 12F | 3E | 53 |
| Octal | 357 | 272 | 354 | 0 | 26 | 1 | 6 | 457 | 76 | 123 |
| Binary | 11101111 | 10111010 | 11101100 | 0 | 10110 | 1 | 110 | 100101111 | 111110 | 1010011 |
Color Harmonies of #EFBAEC
Complementary color
Monochromatic Colors of #EFBAEC
Black with #EFBAEC
Text Example
Text Example
White with #EFBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAEC; }
p { color: rgb(239,186,236); }
H1.HeaderClassName
{
color: #EFBAEC;
}
.AnyTagClassName
{
color: #EFBAEC;
}
</style>
background-color css
<style>
a { background-color: #EFBAEC; }
a { background-color: rgb(239,186,236); }
div.DivClassName
{
background-color: #EFBAEC;
}
.BgClassName
{
background-color: #EFBAEC;
}
</style>
border-color css
<style>
span { border-color: #EFBAEC; }
span { border-color: rgb(239,186,236); }
td.TdClassName
{
border-color: #EFBAEC;
}
.TagClassName
{
border-color: #EFBAEC;
}
</style>