Shades of French Lilac #EFBEED
Tints of French Lilac #EFBEED
RGB
CMYK
RGB Variations
Color information
#EFBEED (or 0xEFBEED) is known color: French Lilac. HEX triplet: EF, BE and ED. RGB value is (239,190,237). Sum of RGB (Red+Green+Blue) = 239+190+237=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEED is #104112. Grayscale: #D1D1D1. Windows color (decimal): -1065235 or 15580911. OLE color: 15580911.
HSL color Cylindrical-coordinate representation of color #EFBEED: hue angle of 302.45º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEED is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 190 | 237 | - |
CMYK | 0 | 0.21 | 0.01 | 0.06 |
HSL | 302.45º | 0.6% | 0.84% | - |
HSV(B) | 302.45º | 0.21% | 0.94% | - |
XYZ | 69.3 | 61.29 | 88.3 | - |
YUV | 210.01 | 143.23 | 148.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 190 | 237 | 0 | 0.21 | 0.01 | 0.06 | 302.45 | 0.6 | 0.84 |
Hex | EF | BE | ED | 0 | 15 | 1 | 6 | 12E | 3C | 54 |
Octal | 357 | 276 | 355 | 0 | 25 | 1 | 6 | 456 | 74 | 124 |
Binary | 11101111 | 10111110 | 11101101 | 0 | 10101 | 1 | 110 | 100101110 | 111100 | 1010100 |
Color Harmonies of #EFBEED
Complementary color
Monochromatic Colors of #EFBEED
Black with #EFBEED
Text Example
Text Example
White with #EFBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEED; }
p { color: rgb(239,190,237); }
H1.HeaderClassName
{
color: #EFBEED;
}
.AnyTagClassName
{
color: #EFBEED;
}
</style>
background-color css
<style>
a { background-color: #EFBEED; }
a { background-color: rgb(239,190,237); }
div.DivClassName
{
background-color: #EFBEED;
}
.BgClassName
{
background-color: #EFBEED;
}
</style>
border-color css
<style>
span { border-color: #EFBEED; }
span { border-color: rgb(239,190,237); }
td.TdClassName
{
border-color: #EFBEED;
}
.TagClassName
{
border-color: #EFBEED;
}
</style>