#E1BFC6

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

Shades of Melanie #E1BFC6

Tints of Melanie #E1BFC6

Color information

#E1BFC6 (or 0xE1BFC6) is unknown color: approx Melanie. HEX triplet: E1, BF and C6. RGB value is (225,191,198). Sum of RGB (Red+Green+Blue) = 225+191+198=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC6 is #1E4039. Grayscale: #C9C9C9. Windows color (decimal): -1982522 or 13025249. OLE color: 13025249.

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

Color convert

RGB225191198-
CMYK00.150.120.12
HSL347.65º36.17%81.57%-
HSV(B)347.65º15.11%88.24%-
XYZ59.8857.3561.34-
YUV201.96125.76144.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=36.64%
G=31.11%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519119800.150.120.12347.6536.1781.57
HexE1BFC60FCC15c2452
Octal341277306017141453444122
Binary11100001101111111100011001111110011001010111001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFC6; }

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

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

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

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

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

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

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

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