#EFBBF0

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

Shades of French Lilac #EFBBF0

Tints of French Lilac #EFBBF0

Color information

#EFBBF0 (or 0xEFBBF0) is unknown color: approx French Lilac. HEX triplet: EF, BB and F0. RGB value is (239,187,240). Sum of RGB (Red+Green+Blue) = 239+187+240=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF0 is #10440F. Grayscale: #D0D0D0. Windows color (decimal): -1066000 or 15776751. OLE color: 15776751.

HSL color Cylindrical-coordinate representation of color #EFBBF0: hue angle of 298.87º degrees, saturation: 0.64, 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 #EFBBF0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239187240-
CMYK0.000.2200.06
HSL298.87º63.86%83.73%-
HSV(B)298.87º22.08%94.12%-
XYZ69.160.1890.41-
YUV208.59145.73149.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=35.89%
G=28.08%
B=36.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391872400.000.2200.06298.8763.8683.73
HexEFBBF00160612b4054
Octal35727336002606453100124
Binary111011111011101111110000010110011010010101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBF0; }

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

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

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

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

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

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

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

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