#EFB2DF

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

Shades of French Lilac #EFB2DF

Tints of French Lilac #EFB2DF

Color information

#EFB2DF (or 0xEFB2DF) is unknown color: approx French Lilac. HEX triplet: EF, B2 and DF. RGB value is (239,178,223). Sum of RGB (Red+Green+Blue) = 239+178+223=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2DF is #104D20. Grayscale: #C9C9C9. Windows color (decimal): -1068321 or 14660335. OLE color: 14660335.

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

Color convert

RGB239178223-
CMYK00.260.070.06
HSL315.74º65.59%81.76%-
HSV(B)315.74º25.52%93.73%-
XYZ64.8455.5277.11-
YUV201.37140.21154.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 178 (69.92% from 255) = 27.81%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=37.34%
G=27.81%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917822300.260.070.06315.7465.5981.76
HexEFB2DF01A7613c4252
Octal35726233703276474102122
Binary11101111101100101101111101101011111010011110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2DF; }

 p { color: rgb(239,178,223); }

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

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

 a { background-color: rgb(239,178,223); }

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

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

 span { border-color: rgb(239,178,223); }

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