#EFB5E9

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

Shades of French Lilac #EFB5E9

Tints of French Lilac #EFB5E9

Color information

#EFB5E9 (or 0xEFB5E9) is unknown color: approx French Lilac. HEX triplet: EF, B5 and E9. RGB value is (239,181,233). Sum of RGB (Red+Green+Blue) = 239+181+233=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5E9 is #104A16. Grayscale: #CCCCCC. Windows color (decimal): -1067543 or 15316463. OLE color: 15316463.

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

Color convert

RGB239181233-
CMYK00.240.030.06
HSL306.21º64.44%82.35%-
HSV(B)306.21º24.27%93.73%-
XYZ66.8357.2884.63-
YUV204.27144.22152.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=36.60%
G=27.72%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918123300.240.030.06306.2164.4482.35
HexEFB5E9018361324052
Octal35726535103036462100122
Binary1110111110110101111010010110001111010011001010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5E9; }

 p { color: rgb(239,181,233); }

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

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

 a { background-color: rgb(239,181,233); }

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

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

 span { border-color: rgb(239,181,233); }

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