Shades of French Lilac #EFB4EE
Tints of French Lilac #EFB4EE
RGB
CMYK
RGB Variations
Color information
#EFB4EE (or 0xEFB4EE) is known color: French Lilac. HEX triplet: EF, B4 and EE. RGB value is (239,180,238). Sum of RGB (Red+Green+Blue) = 239+180+238=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4EE is #104B11. Grayscale: #CCCCCC. Windows color (decimal): -1067794 or 15643887. OLE color: 15643887.
HSL color Cylindrical-coordinate representation of color #EFB4EE: hue angle of 301.02º 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 #EFB4EE is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 238 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.06 |
| HSL | 301.02º | 0.65% | 0.82% | - |
| HSV(B) | 301.02º | 0.25% | 0.94% | - |
| XYZ | 67.35 | 57.17 | 88.37 | - |
| YUV | 204.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 238 | 0 | 0.25 | 0.00 | 0.06 | 301.02 | 0.65 | 0.82 |
| Hex | EF | B4 | EE | 0 | 19 | 0 | 6 | 12D | 41 | 52 |
| Octal | 357 | 264 | 356 | 0 | 31 | 0 | 6 | 455 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11101110 | 0 | 11001 | 0 | 110 | 100101101 | 1000001 | 1010010 |
Color Harmonies of #EFB4EE
Complementary color
Monochromatic Colors of #EFB4EE
Black with #EFB4EE
Text Example
Text Example
White with #EFB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4EE; }
p { color: rgb(239,180,238); }
H1.HeaderClassName
{
color: #EFB4EE;
}
.AnyTagClassName
{
color: #EFB4EE;
}
</style>
background-color css
<style>
a { background-color: #EFB4EE; }
a { background-color: rgb(239,180,238); }
div.DivClassName
{
background-color: #EFB4EE;
}
.BgClassName
{
background-color: #EFB4EE;
}
</style>
border-color css
<style>
span { border-color: #EFB4EE; }
span { border-color: rgb(239,180,238); }
td.TdClassName
{
border-color: #EFB4EE;
}
.TagClassName
{
border-color: #EFB4EE;
}
</style>