Shades of French Lilac #EFB9ED
Tints of French Lilac #EFB9ED
RGB
CMYK
RGB Variations
Color information
#EFB9ED (or 0xEFB9ED) is known color: French Lilac. HEX triplet: EF, B9 and ED. RGB value is (239,185,237). Sum of RGB (Red+Green+Blue) = 239+185+237=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9ED is #104612. Grayscale: #CECECE. Windows color (decimal): -1066515 or 15579631. OLE color: 15579631.
HSL color Cylindrical-coordinate representation of color #EFB9ED: hue angle of 302.22º 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 #EFB9ED is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 237 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.06 |
| HSL | 302.22º | 0.63% | 0.83% | - |
| HSV(B) | 302.22º | 0.23% | 0.94% | - |
| XYZ | 68.23 | 59.16 | 87.94 | - |
| YUV | 207.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 237 | 0 | 0.23 | 0.01 | 0.06 | 302.22 | 0.63 | 0.83 |
| Hex | EF | B9 | ED | 0 | 17 | 1 | 6 | 12E | 3F | 53 |
| Octal | 357 | 271 | 355 | 0 | 27 | 1 | 6 | 456 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11101101 | 0 | 10111 | 1 | 110 | 100101110 | 111111 | 1010011 |
Color Harmonies of #EFB9ED
Complementary color
Monochromatic Colors of #EFB9ED
Black with #EFB9ED
Text Example
Text Example
White with #EFB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9ED; }
p { color: rgb(239,185,237); }
H1.HeaderClassName
{
color: #EFB9ED;
}
.AnyTagClassName
{
color: #EFB9ED;
}
</style>
background-color css
<style>
a { background-color: #EFB9ED; }
a { background-color: rgb(239,185,237); }
div.DivClassName
{
background-color: #EFB9ED;
}
.BgClassName
{
background-color: #EFB9ED;
}
</style>
border-color css
<style>
span { border-color: #EFB9ED; }
span { border-color: rgb(239,185,237); }
td.TdClassName
{
border-color: #EFB9ED;
}
.TagClassName
{
border-color: #EFB9ED;
}
</style>