#E1B3DD

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

Shades of French Lilac #E1B3DD

Tints of French Lilac #E1B3DD

Color information

#E1B3DD (or 0xE1B3DD) is unknown color: approx French Lilac. HEX triplet: E1, B3 and DD. RGB value is (225,179,221). Sum of RGB (Red+Green+Blue) = 225+179+221=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3DD is #1E4C22. Grayscale: #C5C5C5. Windows color (decimal): -1985571 or 14529505. OLE color: 14529505.

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

Color convert

RGB225179221-
CMYK00.200.020.12
HSL305.22º43.4%79.22%-
HSV(B)305.22º20.44%88.24%-
XYZ60.2253.4775.55-
YUV197.54141.24147.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 179 (70.31% from 255) = 28.64%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=36%
G=28.64%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517922100.200.020.12305.2243.479.22
HexE1B3DD0142C1312b4f
Octal34126333502421446153117
Binary1110000110110011110111010101001011001001100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3DD; }

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

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

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

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

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

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

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

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