Shades of French Lilac #EFB4EC
Tints of French Lilac #EFB4EC
RGB
CMYK
RGB Variations
Color information
#EFB4EC (or 0xEFB4EC) is known color: French Lilac. HEX triplet: EF, B4 and EC. RGB value is (239,180,236). Sum of RGB (Red+Green+Blue) = 239+180+236=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4EC is #104B13. Grayscale: #CBCBCB. Windows color (decimal): -1067796 or 15512815. OLE color: 15512815.
HSL color Cylindrical-coordinate representation of color #EFB4EC: hue angle of 303.05º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4EC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 236 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.06 |
| HSL | 303.05º | 0.65% | 0.82% | - |
| HSV(B) | 303.05º | 0.25% | 0.94% | - |
| XYZ | 67.06 | 57.05 | 86.83 | - |
| YUV | 204.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 236 | 0 | 0.25 | 0.01 | 0.06 | 303.05 | 0.65 | 0.82 |
| Hex | EF | B4 | EC | 0 | 19 | 1 | 6 | 12F | 41 | 52 |
| Octal | 357 | 264 | 354 | 0 | 31 | 1 | 6 | 457 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11101100 | 0 | 11001 | 1 | 110 | 100101111 | 1000001 | 1010010 |
Color Harmonies of #EFB4EC
Complementary color
Monochromatic Colors of #EFB4EC
Black with #EFB4EC
Text Example
Text Example
White with #EFB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4EC; }
p { color: rgb(239,180,236); }
H1.HeaderClassName
{
color: #EFB4EC;
}
.AnyTagClassName
{
color: #EFB4EC;
}
</style>
background-color css
<style>
a { background-color: #EFB4EC; }
a { background-color: rgb(239,180,236); }
div.DivClassName
{
background-color: #EFB4EC;
}
.BgClassName
{
background-color: #EFB4EC;
}
</style>
border-color css
<style>
span { border-color: #EFB4EC; }
span { border-color: rgb(239,180,236); }
td.TdClassName
{
border-color: #EFB4EC;
}
.TagClassName
{
border-color: #EFB4EC;
}
</style>