Shades of French Lilac #EFB7EB
Tints of French Lilac #EFB7EB
RGB
CMYK
RGB Variations
Color information
#EFB7EB (or 0xEFB7EB) is known color: French Lilac. HEX triplet: EF, B7 and EB. RGB value is (239,183,235). Sum of RGB (Red+Green+Blue) = 239+183+235=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7EB is #104814. Grayscale: #CDCDCD. Windows color (decimal): -1067029 or 15448047. OLE color: 15448047.
HSL color Cylindrical-coordinate representation of color #EFB7EB: hue angle of 304.29º degrees, saturation: 0.64, 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 #EFB7EB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 235 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.06 |
| HSL | 304.29º | 0.64% | 0.83% | - |
| HSV(B) | 304.29º | 0.23% | 0.94% | - |
| XYZ | 67.53 | 58.22 | 86.28 | - |
| YUV | 205.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 235 | 0 | 0.23 | 0.02 | 0.06 | 304.29 | 0.64 | 0.83 |
| Hex | EF | B7 | EB | 0 | 17 | 2 | 6 | 130 | 40 | 53 |
| Octal | 357 | 267 | 353 | 0 | 27 | 2 | 6 | 460 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11101011 | 0 | 10111 | 10 | 110 | 100110000 | 1000000 | 1010011 |
Color Harmonies of #EFB7EB
Complementary color
Monochromatic Colors of #EFB7EB
Black with #EFB7EB
Text Example
Text Example
White with #EFB7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7EB; }
p { color: rgb(239,183,235); }
H1.HeaderClassName
{
color: #EFB7EB;
}
.AnyTagClassName
{
color: #EFB7EB;
}
</style>
background-color css
<style>
a { background-color: #EFB7EB; }
a { background-color: rgb(239,183,235); }
div.DivClassName
{
background-color: #EFB7EB;
}
.BgClassName
{
background-color: #EFB7EB;
}
</style>
border-color css
<style>
span { border-color: #EFB7EB; }
span { border-color: rgb(239,183,235); }
td.TdClassName
{
border-color: #EFB7EB;
}
.TagClassName
{
border-color: #EFB7EB;
}
</style>