#E0BED8

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

Shades of French Lilac #E0BED8

Tints of French Lilac #E0BED8

Color information

#E0BED8 (or 0xE0BED8) is unknown color: approx French Lilac. HEX triplet: E0, BE and D8. RGB value is (224,190,216). Sum of RGB (Red+Green+Blue) = 224+190+216=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BED8 is #1F4127. Grayscale: #CBCBCB. Windows color (decimal): -2048296 or 14204640. OLE color: 14204640.

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

Color convert

RGB224190216-
CMYK00.150.040.12
HSL314.12º35.42%81.18%-
HSV(B)314.12º15.18%87.84%-
XYZ61.5557.6372.85-
YUV203.13135.26142.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=35.56%
G=30.16%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419021600.150.040.12314.1235.4281.18
HexE0BED80F4C13a2351
Octal34027633001741447243121
Binary1110000010111110110110000111110011001001110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BED8; }

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

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

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

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

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

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

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

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