Shades of French Lilac #EFB7F0
Tints of French Lilac #EFB7F0
RGB
CMYK
RGB Variations
Color information
#EFB7F0 (or 0xEFB7F0) is known color: French Lilac. HEX triplet: EF, B7 and F0. RGB value is (239,183,240). Sum of RGB (Red+Green+Blue) = 239+183+240=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFB7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7F0 is #10480F. Grayscale: #CECECE. Windows color (decimal): -1067024 or 15775727. OLE color: 15775727.
HSL color Cylindrical-coordinate representation of color #EFB7F0: hue angle of 298.95º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB7F0 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 240 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.06 |
| HSL | 298.95º | 0.66% | 0.83% | - |
| HSV(B) | 298.95º | 0.24% | 0.94% | - |
| XYZ | 68.26 | 58.51 | 90.13 | - |
| YUV | 206.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 240 | 0.00 | 0.24 | 0 | 0.06 | 298.95 | 0.66 | 0.83 |
| Hex | EF | B7 | F0 | 0 | 18 | 0 | 6 | 12B | 42 | 53 |
| Octal | 357 | 267 | 360 | 0 | 30 | 0 | 6 | 453 | 102 | 123 |
| Binary | 11101111 | 10110111 | 11110000 | 0 | 11000 | 0 | 110 | 100101011 | 1000010 | 1010011 |
Color Harmonies of #EFB7F0
Complementary color
Monochromatic Colors of #EFB7F0
Black with #EFB7F0
Text Example
Text Example
White with #EFB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7F0; }
p { color: rgb(239,183,240); }
H1.HeaderClassName
{
color: #EFB7F0;
}
.AnyTagClassName
{
color: #EFB7F0;
}
</style>
background-color css
<style>
a { background-color: #EFB7F0; }
a { background-color: rgb(239,183,240); }
div.DivClassName
{
background-color: #EFB7F0;
}
.BgClassName
{
background-color: #EFB7F0;
}
</style>
border-color css
<style>
span { border-color: #EFB7F0; }
span { border-color: rgb(239,183,240); }
td.TdClassName
{
border-color: #EFB7F0;
}
.TagClassName
{
border-color: #EFB7F0;
}
</style>