#E0B1DD

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

Shades of French Lilac #E0B1DD

Tints of French Lilac #E0B1DD

Color information

#E0B1DD (or 0xE0B1DD) is unknown color: approx French Lilac. HEX triplet: E0, B1 and DD. RGB value is (224,177,221). Sum of RGB (Red+Green+Blue) = 224+177+221=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B1DD is #1F4E22. Grayscale: #C3C3C3. Windows color (decimal): -2051619 or 14528992. OLE color: 14528992.

HSL color Cylindrical-coordinate representation of color #E0B1DD: hue angle of 303.83º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B1DD is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224177221-
CMYK00.210.010.12
HSL303.83º43.12%78.63%-
HSV(B)303.83º20.98%87.84%-
XYZ59.5152.5175.41-
YUV196.07142.07147.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=36.01%
G=28.46%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417722100.210.010.12303.8343.1278.63
HexE0B1DD0151C1302b4f
Octal34026133502511446053117
Binary111000001011000111011101010101111001001100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B1DD; }

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

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

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

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

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

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

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

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