#E1B4DF

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

Shades of French Lilac #E1B4DF

Tints of French Lilac #E1B4DF

Color information

#E1B4DF (or 0xE1B4DF) is unknown color: approx French Lilac. HEX triplet: E1, B4 and DF. RGB value is (225,180,223). Sum of RGB (Red+Green+Blue) = 225+180+223=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4DF is #1E4B20. Grayscale: #C6C6C6. Windows color (decimal): -1985313 or 14660833. OLE color: 14660833.

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

Color convert

RGB225180223-
CMYK00.20.010.12
HSL302.67º42.86%79.41%-
HSV(B)302.67º20%88.24%-
XYZ60.6953.9877.03-
YUV198.36141.91147-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 180 (70.70% from 255) = 28.66%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=35.83%
G=28.66%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518022300.20.010.12302.6742.8679.41
HexE1B4DF0141C12f2b4f
Octal34126433702411445753117
Binary111000011011010011011111010100111001001011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4DF; }

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

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

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

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

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

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

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

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