#EBB1D8

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

Shades of French Lilac #EBB1D8

Tints of French Lilac #EBB1D8

Color information

#EBB1D8 (or 0xEBB1D8) is unknown color: approx French Lilac. HEX triplet: EB, B1 and D8. RGB value is (235,177,216). Sum of RGB (Red+Green+Blue) = 235+177+216=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1D8 is #144E27. Grayscale: #C6C6C6. Windows color (decimal): -1330728 or 14201323. OLE color: 14201323.

HSL color Cylindrical-coordinate representation of color #EBB1D8: hue angle of 319.66º 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 #EBB1D8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235177216-
CMYK00.250.080.08
HSL319.66º59.18%80.78%-
HSV(B)319.66º24.68%92.16%-
XYZ62.3854.0672.11-
YUV198.79137.72153.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 177 (69.53% from 255) = 28.18%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=37.42%
G=28.18%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517721600.250.080.08319.6659.1880.78
HexEBB1D8019881403b51
Octal353261330031101050073121
Binary111010111011000111011000011001100010001010000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1D8; }

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

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

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

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

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

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

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

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