#E0BADC

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

Shades of French Lilac #E0BADC

Tints of French Lilac #E0BADC

Color information

#E0BADC (or 0xE0BADC) is unknown color: approx French Lilac. HEX triplet: E0, BA and DC. RGB value is (224,186,220). Sum of RGB (Red+Green+Blue) = 224+186+220=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BADC is #1F4523. Grayscale: #C9C9C9. Windows color (decimal): -2049316 or 14465760. OLE color: 14465760.

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

Color convert

RGB224186220-
CMYK00.170.020.12
HSL306.32º38%80.39%-
HSV(B)306.32º16.96%87.84%-
XYZ61.2256.1375.32-
YUV201.24138.59144.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=35.56%
G=29.52%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418622000.170.020.12306.323880.39
HexE0BADC0112C1322650
Octal34027233402121446246120
Binary1110000010111010110111000100011011001001100101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BADC; }

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

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

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

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

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

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

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

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