#E1B6BF

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

Shades of Melanie #E1B6BF

Tints of Melanie #E1B6BF

Color information

#E1B6BF (or 0xE1B6BF) is unknown color: approx Melanie. HEX triplet: E1, B6 and BF. RGB value is (225,182,191). Sum of RGB (Red+Green+Blue) = 225+182+191=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6BF is #1E4940. Grayscale: #C3C3C3. Windows color (decimal): -1984833 or 12564193. OLE color: 12564193.

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

Color convert

RGB225182191-
CMYK00.190.150.12
HSL347.44º41.75%79.8%-
HSV(B)347.44º19.11%88.24%-
XYZ57.1853.2356.55-
YUV195.88125.25148.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 191 (75% from 255) = 31.94%
R=37.63%
G=30.43%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518219100.190.150.12347.4441.7579.8
HexE1B6BF013FC15b2a50
Octal341266277023171453352120
Binary111000011011011010111111010011111111001010110111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6BF; }

 p { color: rgb(225,182,191); }

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

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

 a { background-color: rgb(225,182,191); }

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

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

 span { border-color: rgb(225,182,191); }

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