#EFBBEE

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

Shades of French Lilac #EFBBEE

Tints of French Lilac #EFBBEE

Color information

#EFBBEE (or 0xEFBBEE) is unknown color: approx French Lilac. HEX triplet: EF, BB and EE. RGB value is (239,187,238). Sum of RGB (Red+Green+Blue) = 239+187+238=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBEE is #104411. Grayscale: #D0D0D0. Windows color (decimal): -1066002 or 15645679. OLE color: 15645679.

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

Color convert

RGB239187238-
CMYK00.220.000.06
HSL301.15º61.9%83.53%-
HSV(B)301.15º21.76%93.73%-
XYZ68.860.0688.86-
YUV208.36144.73149.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=35.99%
G=28.16%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918723800.220.000.06301.1561.983.53
HexEFBBEE0160612d3e54
Octal3572733560260645576124
Binary11101111101110111110111001011001101001011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBEE; }

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

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

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

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

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

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

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

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