#E0BEDE

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

Shades of French Lilac #E0BEDE

Tints of French Lilac #E0BEDE

Color information

#E0BEDE (or 0xE0BEDE) is unknown color: approx French Lilac. HEX triplet: E0, BE and DE. RGB value is (224,190,222). Sum of RGB (Red+Green+Blue) = 224+190+222=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEDE is #1F4121. Grayscale: #CBCBCB. Windows color (decimal): -2048290 or 14597856. OLE color: 14597856.

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

Color convert

RGB224190222-
CMYK00.150.010.12
HSL303.53º35.42%81.18%-
HSV(B)303.53º15.18%87.84%-
XYZ62.3457.9577.01-
YUV203.81138.26142.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=35.22%
G=29.87%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419022200.150.010.12303.5335.4281.18
HexE0BEDE0F1C1302351
Octal34027633601711446043121
Binary11100000101111101101111001111111001001100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEDE; }

 p { color: rgb(224,190,222); }

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

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

 a { background-color: rgb(224,190,222); }

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

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

 span { border-color: rgb(224,190,222); }

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