#E0BAD7

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

Shades of French Lilac #E0BAD7

Tints of French Lilac #E0BAD7

Color information

#E0BAD7 (or 0xE0BAD7) is unknown color: approx French Lilac. HEX triplet: E0, BA and D7. RGB value is (224,186,215). Sum of RGB (Red+Green+Blue) = 224+186+215=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD7 is #1F4528. Grayscale: #C8C8C8. Windows color (decimal): -2049321 or 14138080. OLE color: 14138080.

HSL color Cylindrical-coordinate representation of color #E0BAD7: hue angle of 314.21º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BAD7 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224186215-
CMYK00.170.040.12
HSL314.21º38%80.39%-
HSV(B)314.21º16.96%87.84%-
XYZ60.5755.8771.88-
YUV200.67136.09144.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.84%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=35.84%
G=29.76%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418621500.170.040.12314.213880.39
HexE0BAD70114C13a2650
Octal34027232702141447246120
Binary11100000101110101101011101000110011001001110101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAD7; }

 p { color: rgb(224,186,215); }

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

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

 a { background-color: rgb(224,186,215); }

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

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

 span { border-color: rgb(224,186,215); }

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