Shades of French Lilac #EFB5EA
Tints of French Lilac #EFB5EA
RGB
CMYK
RGB Variations
Color information
#EFB5EA (or 0xEFB5EA) is known color: French Lilac. HEX triplet: EF, B5 and EA. RGB value is (239,181,234). Sum of RGB (Red+Green+Blue) = 239+181+234=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5EA is #104A15. Grayscale: #CCCCCC. Windows color (decimal): -1067542 or 15381999. OLE color: 15381999.
HSL color Cylindrical-coordinate representation of color #EFB5EA: hue angle of 305.17º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5EA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 234 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.06 |
| HSL | 305.17º | 0.64% | 0.82% | - |
| HSV(B) | 305.17º | 0.24% | 0.94% | - |
| XYZ | 66.97 | 57.34 | 85.38 | - |
| YUV | 204.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 234 | 0 | 0.24 | 0.02 | 0.06 | 305.17 | 0.64 | 0.82 |
| Hex | EF | B5 | EA | 0 | 18 | 2 | 6 | 131 | 40 | 52 |
| Octal | 357 | 265 | 352 | 0 | 30 | 2 | 6 | 461 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11101010 | 0 | 11000 | 10 | 110 | 100110001 | 1000000 | 1010010 |
Color Harmonies of #EFB5EA
Complementary color
Monochromatic Colors of #EFB5EA
Black with #EFB5EA
Text Example
Text Example
White with #EFB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5EA; }
p { color: rgb(239,181,234); }
H1.HeaderClassName
{
color: #EFB5EA;
}
.AnyTagClassName
{
color: #EFB5EA;
}
</style>
background-color css
<style>
a { background-color: #EFB5EA; }
a { background-color: rgb(239,181,234); }
div.DivClassName
{
background-color: #EFB5EA;
}
.BgClassName
{
background-color: #EFB5EA;
}
</style>
border-color css
<style>
span { border-color: #EFB5EA; }
span { border-color: rgb(239,181,234); }
td.TdClassName
{
border-color: #EFB5EA;
}
.TagClassName
{
border-color: #EFB5EA;
}
</style>