#E1B9DF

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

Shades of French Lilac #E1B9DF

Tints of French Lilac #E1B9DF

Color information

#E1B9DF (or 0xE1B9DF) is unknown color: approx French Lilac. HEX triplet: E1, B9 and DF. RGB value is (225,185,223). Sum of RGB (Red+Green+Blue) = 225+185+223=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9DF is #1E4620. Grayscale: #C9C9C9. Windows color (decimal): -1984033 or 14662113. OLE color: 14662113.

HSL color Cylindrical-coordinate representation of color #E1B9DF: hue angle of 303º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9DF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225185223-
CMYK00.180.010.12
HSL303º40%80.39%-
HSV(B)303º17.78%88.24%-
XYZ61.7256.0377.37-
YUV201.29140.25144.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=35.55%
G=29.23%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518522300.180.010.123034080.39
HexE1B9DF0121C12f2850
Octal34127133702211445750120
Binary111000011011100111011111010010111001001011111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B9DF; }

 p { color: rgb(225,185,223); }

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

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

 a { background-color: rgb(225,185,223); }

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

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

 span { border-color: rgb(225,185,223); }

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