#EFB5E7

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

Shades of French Lilac #EFB5E7

Tints of French Lilac #EFB5E7

Color information

#EFB5E7 (or 0xEFB5E7) is unknown color: approx French Lilac. HEX triplet: EF, B5 and E7. RGB value is (239,181,231). Sum of RGB (Red+Green+Blue) = 239+181+231=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5E7 is #104A18. Grayscale: #CBCBCB. Windows color (decimal): -1067545 or 15185391. OLE color: 15185391.

HSL color Cylindrical-coordinate representation of color #EFB5E7: hue angle of 308.28º 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 #EFB5E7 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239181231-
CMYK00.240.030.06
HSL308.28º64.44%82.35%-
HSV(B)308.28º24.27%93.73%-
XYZ66.5457.1783.13-
YUV204.04143.22152.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 181 (71.09% from 255) = 27.80%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=36.71%
G=27.80%
B=35.48%

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
Decimal23918123100.240.030.06308.2864.4482.35
HexEFB5E7018361344052
Octal35726534703036464100122
Binary1110111110110101111001110110001111010011010010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5E7; }

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

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

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

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

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

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

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

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