#E0BADD

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

Shades of French Lilac #E0BADD

Tints of French Lilac #E0BADD

Color information

#E0BADD (or 0xE0BADD) is unknown color: approx French Lilac. HEX triplet: E0, BA and DD. RGB value is (224,186,221). Sum of RGB (Red+Green+Blue) = 224+186+221=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BADD is #1F4522. Grayscale: #C9C9C9. Windows color (decimal): -2049315 or 14531296. OLE color: 14531296.

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

Color convert

RGB224186221-
CMYK00.170.010.12
HSL304.74º38%80.39%-
HSV(B)304.74º16.96%87.84%-
XYZ61.3556.1976.02-
YUV201.35139.09144.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=35.50%
G=29.48%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418622100.170.010.12304.743880.39
HexE0BADD0111C1312650
Octal34027233502111446146120
Binary111000001011101011011101010001111001001100011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BADD; }

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

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

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

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

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

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

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

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