Shades of French Lilac #EFB7EA
Tints of French Lilac #EFB7EA
RGB
CMYK
RGB Variations
Color information
#EFB7EA (or 0xEFB7EA) is known color: French Lilac. HEX triplet: EF, B7 and EA. RGB value is (239,183,234). Sum of RGB (Red+Green+Blue) = 239+183+234=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7EA is #104815. Grayscale: #CDCDCD. Windows color (decimal): -1067030 or 15382511. OLE color: 15382511.
HSL color Cylindrical-coordinate representation of color #EFB7EA: hue angle of 305.36º 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 #EFB7EA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 234 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.06 |
| HSL | 305.36º | 0.64% | 0.83% | - |
| HSV(B) | 305.36º | 0.23% | 0.94% | - |
| XYZ | 67.38 | 58.16 | 85.52 | - |
| YUV | 205.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 234 | 0 | 0.23 | 0.02 | 0.06 | 305.36 | 0.64 | 0.83 |
| Hex | EF | B7 | EA | 0 | 17 | 2 | 6 | 131 | 40 | 53 |
| Octal | 357 | 267 | 352 | 0 | 27 | 2 | 6 | 461 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11101010 | 0 | 10111 | 10 | 110 | 100110001 | 1000000 | 1010011 |
Color Harmonies of #EFB7EA
Complementary color
Monochromatic Colors of #EFB7EA
Black with #EFB7EA
Text Example
Text Example
White with #EFB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7EA; }
p { color: rgb(239,183,234); }
H1.HeaderClassName
{
color: #EFB7EA;
}
.AnyTagClassName
{
color: #EFB7EA;
}
</style>
background-color css
<style>
a { background-color: #EFB7EA; }
a { background-color: rgb(239,183,234); }
div.DivClassName
{
background-color: #EFB7EA;
}
.BgClassName
{
background-color: #EFB7EA;
}
</style>
border-color css
<style>
span { border-color: #EFB7EA; }
span { border-color: rgb(239,183,234); }
td.TdClassName
{
border-color: #EFB7EA;
}
.TagClassName
{
border-color: #EFB7EA;
}
</style>