#E0BADF

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

Shades of French Lilac #E0BADF

Tints of French Lilac #E0BADF

Color information

#E0BADF (or 0xE0BADF) is unknown color: approx French Lilac. HEX triplet: E0, BA and DF. RGB value is (224,186,223). Sum of RGB (Red+Green+Blue) = 224+186+223=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BADF is #1F4520. Grayscale: #C9C9C9. Windows color (decimal): -2049313 or 14662368. OLE color: 14662368.

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

Color convert

RGB224186223-
CMYK00.170.000.12
HSL301.58º38%80.39%-
HSV(B)301.58º16.96%87.84%-
XYZ61.6256.2977.43-
YUV201.58140.09143.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=35.39%
G=29.38%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418622300.170.000.12301.583880.39
HexE0BADF0110C12e2650
Octal34027233702101445646120
Binary111000001011101011011111010001011001001011101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BADF; }

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

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

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

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

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

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

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

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