#E1B2BF

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

Shades of Melanie #E1B2BF

Tints of Melanie #E1B2BF

Color information

#E1B2BF (or 0xE1B2BF) is unknown color: approx Melanie. HEX triplet: E1, B2 and BF. RGB value is (225,178,191). Sum of RGB (Red+Green+Blue) = 225+178+191=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2BF is #1E4D40. Grayscale: #C1C1C1. Windows color (decimal): -1985857 or 12563169. OLE color: 12563169.

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

Color convert

RGB225178191-
CMYK00.210.150.12
HSL343.4º43.93%79.02%-
HSV(B)343.4º20.89%88.24%-
XYZ56.3851.6156.28-
YUV193.53126.57150.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 191 (75% from 255) = 32.15%
R=37.88%
G=29.97%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517819100.210.150.12343.443.9379.02
HexE1B2BF015FC1572c4f
Octal341262277025171452754117
Binary111000011011001010111111010101111111001010101111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2BF; }

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

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

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

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

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

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

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

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