#EFB6DF

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

Shades of French Lilac #EFB6DF

Tints of French Lilac #EFB6DF

Color information

#EFB6DF (or 0xEFB6DF) is unknown color: approx French Lilac. HEX triplet: EF, B6 and DF. RGB value is (239,182,223). Sum of RGB (Red+Green+Blue) = 239+182+223=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DF is #104920. Grayscale: #CBCBCB. Windows color (decimal): -1067297 or 14661359. OLE color: 14661359.

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

Color convert

RGB239182223-
CMYK00.240.070.06
HSL316.84º64.04%82.55%-
HSV(B)316.84º23.85%93.73%-
XYZ65.6457.1377.38-
YUV203.72138.88153.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 182 (71.48% from 255) = 28.26%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=37.11%
G=28.26%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918222300.240.070.06316.8464.0482.55
HexEFB6DF0187613d4053
Octal35726633703076475100123
Binary11101111101101101101111101100011111010011110110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6DF; }

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

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

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

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

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

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

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

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