#E1B4DE

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

Shades of French Lilac #E1B4DE

Tints of French Lilac #E1B4DE

Color information

#E1B4DE (or 0xE1B4DE) is unknown color: approx French Lilac. HEX triplet: E1, B4 and DE. RGB value is (225,180,222). Sum of RGB (Red+Green+Blue) = 225+180+222=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4DE is #1E4B21. Grayscale: #C6C6C6. Windows color (decimal): -1985314 or 14595297. OLE color: 14595297.

HSL color Cylindrical-coordinate representation of color #E1B4DE: hue angle of 304º 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 #E1B4DE is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225180222-
CMYK00.20.010.12
HSL304º42.86%79.41%-
HSV(B)304º20%88.24%-
XYZ60.5653.9276.32-
YUV198.24141.41147.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.89%
GREEN value IS 180 (70.70% from 255) = 28.71%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=35.89%
G=28.71%
B=35.41%

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
Decimal22518022200.20.010.1230442.8679.41
HexE1B4DE0141C1302b4f
Octal34126433602411446053117
Binary111000011011010011011110010100111001001100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4DE; }

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

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

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

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

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

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

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

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