Shades of French Lilac #EFB1EE
Tints of French Lilac #EFB1EE
RGB
CMYK
RGB Variations
Color information
#EFB1EE (or 0xEFB1EE) is known color: French Lilac. HEX triplet: EF, B1 and EE. RGB value is (239,177,238). Sum of RGB (Red+Green+Blue) = 239+177+238=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1EE is #104E11. Grayscale: #CACACA. Windows color (decimal): -1068562 or 15643119. OLE color: 15643119.
HSL color Cylindrical-coordinate representation of color #EFB1EE: hue angle of 300.97º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1EE is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 238 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.06 |
| HSL | 300.97º | 0.66% | 0.82% | - |
| HSV(B) | 300.97º | 0.26% | 0.94% | - |
| XYZ | 66.75 | 55.97 | 88.17 | - |
| YUV | 202.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 238 | 0 | 0.26 | 0.00 | 0.06 | 300.97 | 0.66 | 0.82 |
| Hex | EF | B1 | EE | 0 | 1A | 0 | 6 | 12D | 42 | 52 |
| Octal | 357 | 261 | 356 | 0 | 32 | 0 | 6 | 455 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11101110 | 0 | 11010 | 0 | 110 | 100101101 | 1000010 | 1010010 |
Color Harmonies of #EFB1EE
Complementary color
Monochromatic Colors of #EFB1EE
Black with #EFB1EE
Text Example
Text Example
White with #EFB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1EE; }
p { color: rgb(239,177,238); }
H1.HeaderClassName
{
color: #EFB1EE;
}
.AnyTagClassName
{
color: #EFB1EE;
}
</style>
background-color css
<style>
a { background-color: #EFB1EE; }
a { background-color: rgb(239,177,238); }
div.DivClassName
{
background-color: #EFB1EE;
}
.BgClassName
{
background-color: #EFB1EE;
}
</style>
border-color css
<style>
span { border-color: #EFB1EE; }
span { border-color: rgb(239,177,238); }
td.TdClassName
{
border-color: #EFB1EE;
}
.TagClassName
{
border-color: #EFB1EE;
}
</style>