#EBB1DF

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

Shades of French Lilac #EBB1DF

Tints of French Lilac #EBB1DF

Color information

#EBB1DF (or 0xEBB1DF) is unknown color: approx French Lilac. HEX triplet: EB, B1 and DF. RGB value is (235,177,223). Sum of RGB (Red+Green+Blue) = 235+177+223=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1DF is #144E20. Grayscale: #C7C7C7. Windows color (decimal): -1330721 or 14660075. OLE color: 14660075.

HSL color Cylindrical-coordinate representation of color #EBB1DF: hue angle of 312.41º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1DF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235177223-
CMYK00.250.050.08
HSL312.41º59.18%80.78%-
HSV(B)312.41º24.68%92.16%-
XYZ63.354.4376.98-
YUV199.59141.22153.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=37.01%
G=27.87%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517722300.250.050.08312.4159.1880.78
HexEBB1DF019581383b51
Octal35326133703151047073121
Binary11101011101100011101111101100110110001001110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1DF; }

 p { color: rgb(235,177,223); }

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

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

 a { background-color: rgb(235,177,223); }

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

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

 span { border-color: rgb(235,177,223); }

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