#E1B2BC

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

Shades of Melanie #E1B2BC

Tints of Melanie #E1B2BC

Color information

#E1B2BC (or 0xE1B2BC) is unknown color: approx Melanie. HEX triplet: E1, B2 and BC. RGB value is (225,178,188). Sum of RGB (Red+Green+Blue) = 225+178+188=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2BC is #1E4D43. Grayscale: #C1C1C1. Windows color (decimal): -1985860 or 12366561. OLE color: 12366561.

HSL color Cylindrical-coordinate representation of color #E1B2BC: hue angle of 347.23º degrees, saturation: 0.44, 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 #E1B2BC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225178188-
CMYK00.210.160.12
HSL347.23º43.93%79.02%-
HSV(B)347.23º20.89%88.24%-
XYZ56.0551.4854.56-
YUV193.19125.07150.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=38.07%
G=30.12%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517818800.210.160.12347.2343.9379.02
HexE1B2BC01510C15b2c4f
Octal341262274025201453354117
Binary1110000110110010101111000101011000011001010110111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2BC; }

 p { color: rgb(225,178,188); }

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

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

 a { background-color: rgb(225,178,188); }

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

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

 span { border-color: rgb(225,178,188); }

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