#E0B8DB

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

Shades of French Lilac #E0B8DB

Tints of French Lilac #E0B8DB

Color information

#E0B8DB (or 0xE0B8DB) is unknown color: approx French Lilac. HEX triplet: E0, B8 and DB. RGB value is (224,184,219). Sum of RGB (Red+Green+Blue) = 224+184+219=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B8DB is #1F4724. Grayscale: #C7C7C7. Windows color (decimal): -2049829 or 14399712. OLE color: 14399712.

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

Color convert

RGB224184219-
CMYK00.180.020.12
HSL307.5º39.22%80%-
HSV(B)307.5º17.86%87.84%-
XYZ60.6755.2474.48-
YUV199.95138.75145.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.73%
GREEN value IS 184 (72.27% from 255) = 29.35%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=35.73%
G=29.35%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418421900.180.020.12307.539.2280
HexE0B8DB0122C1342750
Octal34027033302221446447120
Binary1110000010111000110110110100101011001001101001001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B8DB; }

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

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

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

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

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

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

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

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