#E1B3DE

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

Shades of French Lilac #E1B3DE

Tints of French Lilac #E1B3DE

Color information

#E1B3DE (or 0xE1B3DE) is unknown color: approx French Lilac. HEX triplet: E1, B3 and DE. RGB value is (225,179,222). Sum of RGB (Red+Green+Blue) = 225+179+222=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3DE is #1E4C21. Grayscale: #C5C5C5. Windows color (decimal): -1985570 or 14595041. OLE color: 14595041.

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

Color convert

RGB225179222-
CMYK00.200.010.12
HSL303.91º43.4%79.22%-
HSV(B)303.91º20.44%88.24%-
XYZ60.3653.5276.26-
YUV197.66141.74147.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 179 (70.31% from 255) = 28.59%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=35.94%
G=28.59%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517922200.200.010.12303.9143.479.22
HexE1B3DE0141C1302b4f
Octal34126333602411446053117
Binary111000011011001111011110010100111001001100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3DE; }

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

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

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

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

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

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

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

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