#EFB7DF

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

Shades of French Lilac #EFB7DF

Tints of French Lilac #EFB7DF

Color information

#EFB7DF (or 0xEFB7DF) is unknown color: approx French Lilac. HEX triplet: EF, B7 and DF. RGB value is (239,183,223). Sum of RGB (Red+Green+Blue) = 239+183+223=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7DF is #104820. Grayscale: #CCCCCC. Windows color (decimal): -1067041 or 14661615. OLE color: 14661615.

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

Color convert

RGB239183223-
CMYK00.230.070.06
HSL317.14º63.64%82.75%-
HSV(B)317.14º23.43%93.73%-
XYZ65.8557.5577.45-
YUV204.3138.55152.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 183 (71.88% from 255) = 28.37%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=37.05%
G=28.37%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918322300.230.070.06317.1463.6482.75
HexEFB7DF0177613d4053
Octal35726733702776475100123
Binary11101111101101111101111101011111111010011110110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7DF; }

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

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

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

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

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

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

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

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