Shades of French Lilac #EFB8ED
Tints of French Lilac #EFB8ED
RGB
CMYK
RGB Variations
Color information
#EFB8ED (or 0xEFB8ED) is known color: French Lilac. HEX triplet: EF, B8 and ED. RGB value is (239,184,237). Sum of RGB (Red+Green+Blue) = 239+184+237=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8ED is #104712. Grayscale: #CECECE. Windows color (decimal): -1066771 or 15579375. OLE color: 15579375.
HSL color Cylindrical-coordinate representation of color #EFB8ED: hue angle of 302.18º 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 #EFB8ED is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 237 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.06 |
| HSL | 302.18º | 0.63% | 0.83% | - |
| HSV(B) | 302.18º | 0.23% | 0.94% | - |
| XYZ | 68.02 | 58.75 | 87.87 | - |
| YUV | 206.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 237 | 0 | 0.23 | 0.01 | 0.06 | 302.18 | 0.63 | 0.83 |
| Hex | EF | B8 | ED | 0 | 17 | 1 | 6 | 12E | 3F | 53 |
| Octal | 357 | 270 | 355 | 0 | 27 | 1 | 6 | 456 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11101101 | 0 | 10111 | 1 | 110 | 100101110 | 111111 | 1010011 |
Color Harmonies of #EFB8ED
Complementary color
Monochromatic Colors of #EFB8ED
Black with #EFB8ED
Text Example
Text Example
White with #EFB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8ED; }
p { color: rgb(239,184,237); }
H1.HeaderClassName
{
color: #EFB8ED;
}
.AnyTagClassName
{
color: #EFB8ED;
}
</style>
background-color css
<style>
a { background-color: #EFB8ED; }
a { background-color: rgb(239,184,237); }
div.DivClassName
{
background-color: #EFB8ED;
}
.BgClassName
{
background-color: #EFB8ED;
}
</style>
border-color css
<style>
span { border-color: #EFB8ED; }
span { border-color: rgb(239,184,237); }
td.TdClassName
{
border-color: #EFB8ED;
}
.TagClassName
{
border-color: #EFB8ED;
}
</style>