Shades of French Lilac #EFB6EF
Tints of French Lilac #EFB6EF
RGB
CMYK
RGB Variations
Color information
#EFB6EF (or 0xEFB6EF) is known color: French Lilac. HEX triplet: EF, B6 and EF. RGB value is (239,182,239). Sum of RGB (Red+Green+Blue) = 239+182+239=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6EF is #104910. Grayscale: #CDCDCD. Windows color (decimal): -1067281 or 15709935. OLE color: 15709935.
HSL color Cylindrical-coordinate representation of color #EFB6EF: hue angle of 300º 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 #EFB6EF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 239 | - |
| CMYK | 0 | 0.24 | 0 | 0.06 |
| HSL | 300º | 0.64% | 0.83% | - |
| HSV(B) | 300º | 0.24% | 0.94% | - |
| XYZ | 67.9 | 58.04 | 89.28 | - |
| YUV | 205.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 239 | 0 | 0.24 | 0 | 0.06 | 300 | 0.64 | 0.83 |
| Hex | EF | B6 | EF | 0 | 18 | 0 | 6 | 12C | 40 | 53 |
| Octal | 357 | 266 | 357 | 0 | 30 | 0 | 6 | 454 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11101111 | 0 | 11000 | 0 | 110 | 100101100 | 1000000 | 1010011 |
Color Harmonies of #EFB6EF
Complementary color
Monochromatic Colors of #EFB6EF
Black with #EFB6EF
Text Example
Text Example
White with #EFB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6EF; }
p { color: rgb(239,182,239); }
H1.HeaderClassName
{
color: #EFB6EF;
}
.AnyTagClassName
{
color: #EFB6EF;
}
</style>
background-color css
<style>
a { background-color: #EFB6EF; }
a { background-color: rgb(239,182,239); }
div.DivClassName
{
background-color: #EFB6EF;
}
.BgClassName
{
background-color: #EFB6EF;
}
</style>
border-color css
<style>
span { border-color: #EFB6EF; }
span { border-color: rgb(239,182,239); }
td.TdClassName
{
border-color: #EFB6EF;
}
.TagClassName
{
border-color: #EFB6EF;
}
</style>