#EFBBE3

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

Shades of French Lilac #EFBBE3

Tints of French Lilac #EFBBE3

Color information

#EFBBE3 (or 0xEFBBE3) is unknown color: approx French Lilac. HEX triplet: EF, BB and E3. RGB value is (239,187,227). Sum of RGB (Red+Green+Blue) = 239+187+227=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBE3 is #10441C. Grayscale: #CFCFCF. Windows color (decimal): -1066013 or 14924783. OLE color: 14924783.

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

Color convert

RGB239187227-
CMYK00.220.050.06
HSL313.85º61.9%83.53%-
HSV(B)313.85º21.76%93.73%-
XYZ67.2359.4480.6-
YUV207.11139.23150.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=36.60%
G=28.64%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918722700.220.050.06313.8561.983.53
HexEFBBE30165613a3e54
Octal3572733430265647276124
Binary1110111110111011111000110101101011101001110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBE3; }

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

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

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

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

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

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

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

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