#E1BEDF

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

Shades of French Lilac #E1BEDF

Tints of French Lilac #E1BEDF

Color information

#E1BEDF (or 0xE1BEDF) is unknown color: approx French Lilac. HEX triplet: E1, BE and DF. RGB value is (225,190,223). Sum of RGB (Red+Green+Blue) = 225+190+223=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDF is #1E4120. Grayscale: #CCCCCC. Windows color (decimal): -1982753 or 14663393. OLE color: 14663393.

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

Color convert

RGB225190223-
CMYK00.160.010.12
HSL303.43º36.84%81.37%-
HSV(B)303.43º15.56%88.24%-
XYZ62.7858.1677.73-
YUV204.23138.6142.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=35.27%
G=29.78%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519022300.160.010.12303.4336.8481.37
HexE1BEDF0101C12f2551
Octal34127633702011445745121
Binary111000011011111011011111010000111001001011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEDF; }

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

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

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

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

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

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

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

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