Shades of French Lilac #EFB9E2
Tints of French Lilac #EFB9E2
RGB
CMYK
RGB Variations
Color information
#EFB9E2 (or 0xEFB9E2) is known color: French Lilac. HEX triplet: EF, B9 and E2. RGB value is (239,185,226). Sum of RGB (Red+Green+Blue) = 239+185+226=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9E2 is #10461D. Grayscale: #CDCDCD. Windows color (decimal): -1066526 or 14858735. OLE color: 14858735.
HSL color Cylindrical-coordinate representation of color #EFB9E2: hue angle of 314.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9E2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 226 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.06 |
| HSL | 314.44º | 0.63% | 0.83% | - |
| HSV(B) | 314.44º | 0.23% | 0.94% | - |
| XYZ | 66.67 | 58.54 | 79.74 | - |
| YUV | 205.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 226 | 0 | 0.23 | 0.05 | 0.06 | 314.44 | 0.63 | 0.83 |
| Hex | EF | B9 | E2 | 0 | 17 | 5 | 6 | 13A | 3F | 53 |
| Octal | 357 | 271 | 342 | 0 | 27 | 5 | 6 | 472 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11100010 | 0 | 10111 | 101 | 110 | 100111010 | 111111 | 1010011 |
Color Harmonies of #EFB9E2
Complementary color
Monochromatic Colors of #EFB9E2
Black with #EFB9E2
Text Example
Text Example
White with #EFB9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9E2; }
p { color: rgb(239,185,226); }
H1.HeaderClassName
{
color: #EFB9E2;
}
.AnyTagClassName
{
color: #EFB9E2;
}
</style>
background-color css
<style>
a { background-color: #EFB9E2; }
a { background-color: rgb(239,185,226); }
div.DivClassName
{
background-color: #EFB9E2;
}
.BgClassName
{
background-color: #EFB9E2;
}
</style>
border-color css
<style>
span { border-color: #EFB9E2; }
span { border-color: rgb(239,185,226); }
td.TdClassName
{
border-color: #EFB9E2;
}
.TagClassName
{
border-color: #EFB9E2;
}
</style>