#EFB1ED

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

Shades of French Lilac #EFB1ED

Tints of French Lilac #EFB1ED

Color information

#EFB1ED (or 0xEFB1ED) is unknown color: approx French Lilac. HEX triplet: EF, B1 and ED. RGB value is (239,177,237). Sum of RGB (Red+Green+Blue) = 239+177+237=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1ED is #104E12. Grayscale: #CACACA. Windows color (decimal): -1068563 or 15577583. OLE color: 15577583.

HSL color Cylindrical-coordinate representation of color #EFB1ED: hue angle of 301.94º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1ED is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239177237-
CMYK00.260.010.06
HSL301.94º65.96%81.57%-
HSV(B)301.94º25.94%93.73%-
XYZ66.655.9187.4-
YUV202.38147.54154.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=36.60%
G=27.11%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917723700.260.010.06301.9465.9681.57
HexEFB1ED01A1612e4252
Octal35726135503216456102122
Binary111011111011000111101101011010111010010111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1ED; }

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

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

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

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

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

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

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

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