#E0BEDA

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

Shades of French Lilac #E0BEDA

Tints of French Lilac #E0BEDA

Color information

#E0BEDA (or 0xE0BEDA) is unknown color: approx French Lilac. HEX triplet: E0, BE and DA. RGB value is (224,190,218). Sum of RGB (Red+Green+Blue) = 224+190+218=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEDA is #1F4125. Grayscale: #CBCBCB. Windows color (decimal): -2048294 or 14335712. OLE color: 14335712.

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

Color convert

RGB224190218-
CMYK00.150.030.12
HSL310.59º35.42%81.18%-
HSV(B)310.59º15.18%87.84%-
XYZ61.8157.7474.22-
YUV203.36136.26142.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=35.44%
G=30.06%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419021800.150.030.12310.5935.4281.18
HexE0BEDA0F3C1372351
Octal34027633201731446743121
Binary111000001011111011011010011111111001001101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEDA; }

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

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

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

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

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

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

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

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