#EFBBDE

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

Shades of French Lilac #EFBBDE

Tints of French Lilac #EFBBDE

Color information

#EFBBDE (or 0xEFBBDE) is unknown color: approx French Lilac. HEX triplet: EF, BB and DE. RGB value is (239,187,222). Sum of RGB (Red+Green+Blue) = 239+187+222=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDE is #104421. Grayscale: #CECECE. Windows color (decimal): -1066018 or 14597103. OLE color: 14597103.

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

Color convert

RGB239187222-
CMYK00.220.070.06
HSL319.62º61.9%83.53%-
HSV(B)319.62º21.76%93.73%-
XYZ66.5559.1777.02-
YUV206.54136.73151.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=36.88%
G=28.86%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918722200.220.070.06319.6261.983.53
HexEFBBDE016761403e54
Octal3572733360267650076124
Binary1110111110111011110111100101101111101010000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBDE; }

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

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

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

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

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

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

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

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