#E0B9DB

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

Shades of French Lilac #E0B9DB

Tints of French Lilac #E0B9DB

Color information

#E0B9DB (or 0xE0B9DB) is unknown color: approx French Lilac. HEX triplet: E0, B9 and DB. RGB value is (224,185,219). Sum of RGB (Red+Green+Blue) = 224+185+219=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9DB is #1F4624. Grayscale: #C8C8C8. Windows color (decimal): -2049573 or 14399968. OLE color: 14399968.

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

Color convert

RGB224185219-
CMYK00.170.020.12
HSL307.69º38.61%80.2%-
HSV(B)307.69º17.41%87.84%-
XYZ60.8855.6674.55-
YUV200.54138.42144.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=35.67%
G=29.46%
B=34.87%

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
Decimal22418521900.170.020.12307.6938.6180.2
HexE0B9DB0112C1342750
Octal34027133302121446447120
Binary1110000010111001110110110100011011001001101001001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9DB; }

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

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

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

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

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

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

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

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