Shades of French Lilac #EFB0EE
Tints of French Lilac #EFB0EE
RGB
CMYK
RGB Variations
Color information
#EFB0EE (or 0xEFB0EE) is known color: French Lilac. HEX triplet: EF, B0 and EE. RGB value is (239,176,238). Sum of RGB (Red+Green+Blue) = 239+176+238=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0EE is #104F11. Grayscale: #C9C9C9. Windows color (decimal): -1068818 or 15642863. OLE color: 15642863.
HSL color Cylindrical-coordinate representation of color #EFB0EE: hue angle of 300.95º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0EE is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 238 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.06 |
| HSL | 300.95º | 0.66% | 0.81% | - |
| HSV(B) | 300.95º | 0.26% | 0.94% | - |
| XYZ | 66.55 | 55.57 | 88.11 | - |
| YUV | 201.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 238 | 0 | 0.26 | 0.00 | 0.06 | 300.95 | 0.66 | 0.81 |
| Hex | EF | B0 | EE | 0 | 1A | 0 | 6 | 12D | 42 | 51 |
| Octal | 357 | 260 | 356 | 0 | 32 | 0 | 6 | 455 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11101110 | 0 | 11010 | 0 | 110 | 100101101 | 1000010 | 1010001 |
Color Harmonies of #EFB0EE
Complementary color
Monochromatic Colors of #EFB0EE
Black with #EFB0EE
Text Example
Text Example
White with #EFB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0EE; }
p { color: rgb(239,176,238); }
H1.HeaderClassName
{
color: #EFB0EE;
}
.AnyTagClassName
{
color: #EFB0EE;
}
</style>
background-color css
<style>
a { background-color: #EFB0EE; }
a { background-color: rgb(239,176,238); }
div.DivClassName
{
background-color: #EFB0EE;
}
.BgClassName
{
background-color: #EFB0EE;
}
</style>
border-color css
<style>
span { border-color: #EFB0EE; }
span { border-color: rgb(239,176,238); }
td.TdClassName
{
border-color: #EFB0EE;
}
.TagClassName
{
border-color: #EFB0EE;
}
</style>