#E1B6BE

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

Shades of Melanie #E1B6BE

Tints of Melanie #E1B6BE

Color information

#E1B6BE (or 0xE1B6BE) is unknown color: approx Melanie. HEX triplet: E1, B6 and BE. RGB value is (225,182,190). Sum of RGB (Red+Green+Blue) = 225+182+190=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6BE is #1E4941. Grayscale: #C3C3C3. Windows color (decimal): -1984834 or 12498657. OLE color: 12498657.

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

Color convert

RGB225182190-
CMYK00.190.160.12
HSL348.84º41.75%79.8%-
HSV(B)348.84º19.11%88.24%-
XYZ57.0753.1855.97-
YUV195.77124.75148.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=37.69%
G=30.49%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518219000.190.160.12348.8441.7579.8
HexE1B6BE01310C15d2a50
Octal341266276023201453552120
Binary1110000110110110101111100100111000011001010111011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6BE; }

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

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

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

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

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

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

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

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