#E1B4BF

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

Shades of Melanie #E1B4BF

Tints of Melanie #E1B4BF

Color information

#E1B4BF (or 0xE1B4BF) is unknown color: approx Melanie. HEX triplet: E1, B4 and BF. RGB value is (225,180,191). Sum of RGB (Red+Green+Blue) = 225+180+191=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BF is #1E4B40. Grayscale: #C2C2C2. Windows color (decimal): -1985345 or 12563681. OLE color: 12563681.

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

Color convert

RGB225180191-
CMYK00.20.150.12
HSL345.33º42.86%79.41%-
HSV(B)345.33º20%88.24%-
XYZ56.7852.4156.41-
YUV194.71125.91149.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 180 (70.70% from 255) = 30.20%
BLUE value IS 191 (75% from 255) = 32.05%
R=37.75%
G=30.20%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518019100.20.150.12345.3342.8679.41
HexE1B4BF014FC1592b4f
Octal341264277024171453153117
Binary111000011011010010111111010100111111001010110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4BF; }

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

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

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

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

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

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

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

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