#EFB4EE

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

Shades of French Lilac #EFB4EE

Tints of French Lilac #EFB4EE

Color information

#EFB4EE (or 0xEFB4EE) is unknown color: approx French Lilac. HEX triplet: EF, B4 and EE. RGB value is (239,180,238). Sum of RGB (Red+Green+Blue) = 239+180+238=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4EE is #104B11. Grayscale: #CCCCCC. Windows color (decimal): -1067794 or 15643887. OLE color: 15643887.

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

Color convert

RGB239180238-
CMYK00.250.000.06
HSL301.02º64.84%82.16%-
HSV(B)301.02º24.69%93.73%-
XYZ67.3557.1788.37-
YUV204.25147.05152.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=36.38%
G=27.40%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918023800.250.000.06301.0264.8482.16
HexEFB4EE0190612d4152
Octal35726435603106455101122
Binary111011111011010011101110011001011010010110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4EE; }

 p { color: rgb(239,180,238); }

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

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

 a { background-color: rgb(239,180,238); }

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

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

 span { border-color: rgb(239,180,238); }

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