#E0BAD4

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

Shades of French Lilac #E0BAD4

Tints of French Lilac #E0BAD4

Color information

#E0BAD4 (or 0xE0BAD4) is unknown color: approx French Lilac. HEX triplet: E0, BA and D4. RGB value is (224,186,212). Sum of RGB (Red+Green+Blue) = 224+186+212=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD4 is #1F452B. Grayscale: #C8C8C8. Windows color (decimal): -2049324 or 13941472. OLE color: 13941472.

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

Color convert

RGB224186212-
CMYK00.170.050.12
HSL318.95º38%80.39%-
HSV(B)318.95º16.96%87.84%-
XYZ60.1855.7269.87-
YUV200.33134.59144.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=36.01%
G=29.90%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418621200.170.050.12318.953880.39
HexE0BAD40115C13f2650
Octal34027232402151447746120
Binary11100000101110101101010001000110111001001111111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAD4; }

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

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

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

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

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

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

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

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