#E0B0DB

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

Shades of French Lilac #E0B0DB

Tints of French Lilac #E0B0DB

Color information

#E0B0DB (or 0xE0B0DB) is unknown color: approx French Lilac. HEX triplet: E0, B0 and DB. RGB value is (224,176,219). Sum of RGB (Red+Green+Blue) = 224+176+219=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0DB is #1F4F24. Grayscale: #C3C3C3. Windows color (decimal): -2051877 or 14397664. OLE color: 14397664.

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

Color convert

RGB224176219-
CMYK00.210.020.12
HSL306.25º43.64%78.43%-
HSV(B)306.25º21.43%87.84%-
XYZ59.0552.0173.94-
YUV195.25141.4148.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=36.19%
G=28.43%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417621900.210.020.12306.2543.6478.43
HexE0B0DB0152C1322c4e
Octal34026033302521446254116
Binary1110000010110000110110110101011011001001100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0DB; }

 p { color: rgb(224,176,219); }

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

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

 a { background-color: rgb(224,176,219); }

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

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

 span { border-color: rgb(224,176,219); }

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