#E1B3BC

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

Shades of Melanie #E1B3BC

Tints of Melanie #E1B3BC

Color information

#E1B3BC (or 0xE1B3BC) is unknown color: approx Melanie. HEX triplet: E1, B3 and BC. RGB value is (225,179,188). Sum of RGB (Red+Green+Blue) = 225+179+188=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3BC is #1E4C43. Grayscale: #C1C1C1. Windows color (decimal): -1985604 or 12366817. OLE color: 12366817.

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

Color convert

RGB225179188-
CMYK00.200.160.12
HSL348.26º43.4%79.22%-
HSV(B)348.26º20.44%88.24%-
XYZ56.2551.8854.63-
YUV193.78124.74150.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.01%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=38.01%
G=30.24%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517918800.200.160.12348.2643.479.22
HexE1B3BC01410C15c2b4f
Octal341263274024201453453117
Binary1110000110110011101111000101001000011001010111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3BC; }

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

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

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

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

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

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

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

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