#EFB1EB

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

Shades of French Lilac #EFB1EB

Tints of French Lilac #EFB1EB

Color information

#EFB1EB (or 0xEFB1EB) is unknown color: approx French Lilac. HEX triplet: EF, B1 and EB. RGB value is (239,177,235). Sum of RGB (Red+Green+Blue) = 239+177+235=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1EB is #104E14. Grayscale: #C9C9C9. Windows color (decimal): -1068565 or 15446511. OLE color: 15446511.

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

Color convert

RGB239177235-
CMYK00.260.020.06
HSL303.87º65.96%81.57%-
HSV(B)303.87º25.94%93.73%-
XYZ66.3155.7985.87-
YUV202.15146.54154.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=36.71%
G=27.19%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917723500.260.020.06303.8765.9681.57
HexEFB1EB01A261304252
Octal35726135303226460102122
Binary1110111110110001111010110110101011010011000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1EB; }

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

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

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

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

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

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

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

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