Shades of French Lilac #EFBBED
Tints of French Lilac #EFBBED
RGB
CMYK
RGB Variations
Color information
#EFBBED (or 0xEFBBED) is known color: French Lilac. HEX triplet: EF, BB and ED. RGB value is (239,187,237). Sum of RGB (Red+Green+Blue) = 239+187+237=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBED is #104412. Grayscale: #D0D0D0. Windows color (decimal): -1066003 or 15580143. OLE color: 15580143.
HSL color Cylindrical-coordinate representation of color #EFBBED: hue angle of 302.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBED is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 237 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.06 |
| HSL | 302.31º | 0.62% | 0.84% | - |
| HSV(B) | 302.31º | 0.22% | 0.94% | - |
| XYZ | 68.65 | 60.01 | 88.08 | - |
| YUV | 208.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 237 | 0 | 0.22 | 0.01 | 0.06 | 302.31 | 0.62 | 0.84 |
| Hex | EF | BB | ED | 0 | 16 | 1 | 6 | 12E | 3E | 54 |
| Octal | 357 | 273 | 355 | 0 | 26 | 1 | 6 | 456 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11101101 | 0 | 10110 | 1 | 110 | 100101110 | 111110 | 1010100 |
Color Harmonies of #EFBBED
Complementary color
Monochromatic Colors of #EFBBED
Black with #EFBBED
Text Example
Text Example
White with #EFBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBED; }
p { color: rgb(239,187,237); }
H1.HeaderClassName
{
color: #EFBBED;
}
.AnyTagClassName
{
color: #EFBBED;
}
</style>
background-color css
<style>
a { background-color: #EFBBED; }
a { background-color: rgb(239,187,237); }
div.DivClassName
{
background-color: #EFBBED;
}
.BgClassName
{
background-color: #EFBBED;
}
</style>
border-color css
<style>
span { border-color: #EFBBED; }
span { border-color: rgb(239,187,237); }
td.TdClassName
{
border-color: #EFBBED;
}
.TagClassName
{
border-color: #EFBBED;
}
</style>