#EFBEED

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

Shades of French Lilac #EFBEED

Tints of French Lilac #EFBEED

Color information

#EFBEED (or 0xEFBEED) is unknown color: approx 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

RGB239190237-
CMYK00.210.010.06
HSL302.45º60.49%84.12%-
HSV(B)302.45º20.5%93.73%-
XYZ69.361.2988.3-
YUV210.01143.23148.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=35.89%
G=28.53%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919023700.210.010.06302.4560.4984.12
HexEFBEED0151612e3c54
Octal3572763550251645674124
Binary11101111101111101110110101010111101001011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>