Shades of French Lilac #EFB6EC
Tints of French Lilac #EFB6EC
RGB
CMYK
RGB Variations
Color information
#EFB6EC (or 0xEFB6EC) is known color: French Lilac. HEX triplet: EF, B6 and EC. RGB value is (239,182,236). Sum of RGB (Red+Green+Blue) = 239+182+236=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6EC is #104913. Grayscale: #CDCDCD. Windows color (decimal): -1067284 or 15513327. OLE color: 15513327.
HSL color Cylindrical-coordinate representation of color #EFB6EC: hue angle of 303.16º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6EC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 236 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.06 |
| HSL | 303.16º | 0.64% | 0.83% | - |
| HSV(B) | 303.16º | 0.24% | 0.94% | - |
| XYZ | 67.46 | 57.86 | 86.97 | - |
| YUV | 205.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 236 | 0 | 0.24 | 0.01 | 0.06 | 303.16 | 0.64 | 0.83 |
| Hex | EF | B6 | EC | 0 | 18 | 1 | 6 | 12F | 40 | 53 |
| Octal | 357 | 266 | 354 | 0 | 30 | 1 | 6 | 457 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11101100 | 0 | 11000 | 1 | 110 | 100101111 | 1000000 | 1010011 |
Color Harmonies of #EFB6EC
Complementary color
Monochromatic Colors of #EFB6EC
Black with #EFB6EC
Text Example
Text Example
White with #EFB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6EC; }
p { color: rgb(239,182,236); }
H1.HeaderClassName
{
color: #EFB6EC;
}
.AnyTagClassName
{
color: #EFB6EC;
}
</style>
background-color css
<style>
a { background-color: #EFB6EC; }
a { background-color: rgb(239,182,236); }
div.DivClassName
{
background-color: #EFB6EC;
}
.BgClassName
{
background-color: #EFB6EC;
}
</style>
border-color css
<style>
span { border-color: #EFB6EC; }
span { border-color: rgb(239,182,236); }
td.TdClassName
{
border-color: #EFB6EC;
}
.TagClassName
{
border-color: #EFB6EC;
}
</style>