#EFB9E2

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

Shades of French Lilac #EFB9E2

Tints of French Lilac #EFB9E2

Color information

#EFB9E2 (or 0xEFB9E2) is unknown color: approx French Lilac. HEX triplet: EF, B9 and E2. RGB value is (239,185,226). Sum of RGB (Red+Green+Blue) = 239+185+226=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9E2 is #10461D. Grayscale: #CDCDCD. Windows color (decimal): -1066526 or 14858735. OLE color: 14858735.

HSL color Cylindrical-coordinate representation of color #EFB9E2: hue angle of 314.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9E2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239185226-
CMYK00.230.050.06
HSL314.44º62.79%83.14%-
HSV(B)314.44º22.59%93.73%-
XYZ66.6758.5479.74-
YUV205.82139.39151.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 185 (72.66% from 255) = 28.46%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=36.77%
G=28.46%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918522600.230.050.06314.4462.7983.14
HexEFB9E20175613a3f53
Octal3572713420275647277123
Binary1110111110111001111000100101111011101001110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9E2; }

 p { color: rgb(239,185,226); }

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

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

 a { background-color: rgb(239,185,226); }

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

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

 span { border-color: rgb(239,185,226); }

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