#EFBFED

Color #EFBFED French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EFBFED

Tints of French Lilac #EFBFED

Color information

#EFBFED (or 0xEFBFED) is unknown color: approx French Lilac. HEX triplet: EF, BF and ED. RGB value is (239,191,237). Sum of RGB (Red+Green+Blue) = 239+191+237=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFED is #104012. Grayscale: #D2D2D2. Windows color (decimal): -1064979 or 15581167. OLE color: 15581167.

HSL color Cylindrical-coordinate representation of color #EFBFED: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFED is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239191237-
CMYK00.200.010.06
HSL302.5º60%84.31%-
HSV(B)302.5º20.08%93.73%-
XYZ69.5161.7388.37-
YUV210.6142.9148.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=35.83%
G=28.64%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919123700.200.010.06302.56084.31
HexEFBFED0141612e3c54
Octal3572773550241645674124
Binary11101111101111111110110101010011101001011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFED; }

 p { color: rgb(239,191,237); }

 H1.HeaderClassName
 {
   color: #EFBFED;
 }
 .AnyTagClassName
 {
   color: #EFBFED;
 }
</style>
background-color css

<style>
 a { background-color: #EFBFED; }

 a { background-color: rgb(239,191,237); }

 div.DivClassName
 {
   background-color: #EFBFED;
 }
 .BgClassName
 {
   background-color: #EFBFED;
 }
</style>
border-color css

<style>
 span { border-color: #EFBFED; }

 span { border-color: rgb(239,191,237); }

 td.TdClassName
 {
   border-color: #EFBFED;
 }
 .TagClassName
 {
   border-color: #EFBFED;
 }
</style>