#E8B0DC

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

Shades of French Lilac #E8B0DC

Tints of French Lilac #E8B0DC

Color information

#E8B0DC (or 0xE8B0DC) is unknown color: approx French Lilac. HEX triplet: E8, B0 and DC. RGB value is (232,176,220). Sum of RGB (Red+Green+Blue) = 232+176+220=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0DC is #174F23. Grayscale: #C5C5C5. Windows color (decimal): -1527588 or 14463208. OLE color: 14463208.

HSL color Cylindrical-coordinate representation of color #E8B0DC: hue angle of 312.86º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B0DC is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232176220-
CMYK00.240.050.09
HSL312.86º54.9%80%-
HSV(B)312.86º24.14%90.98%-
XYZ61.7253.3774.76-
YUV197.76140.55152.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.94%
GREEN value IS 176 (69.14% from 255) = 28.03%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=36.94%
G=28.03%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217622000.240.050.09312.8654.980
HexE8B0DC018591393750
Octal35026033403051147167120
Binary11101000101100001101110001100010110011001110011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0DC; }

 p { color: rgb(232,176,220); }

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

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

 a { background-color: rgb(232,176,220); }

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

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

 span { border-color: rgb(232,176,220); }

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