#E1BFC7

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

Shades of Melanie #E1BFC7

Tints of Melanie #E1BFC7

Color information

#E1BFC7 (or 0xE1BFC7) is unknown color: approx Melanie. HEX triplet: E1, BF and C7. RGB value is (225,191,199). Sum of RGB (Red+Green+Blue) = 225+191+199=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC7 is #1E4038. Grayscale: #CACACA. Windows color (decimal): -1982521 or 13090785. OLE color: 13090785.

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

Color convert

RGB225191199-
CMYK00.150.120.12
HSL345.88º36.17%81.57%-
HSV(B)345.88º15.11%88.24%-
XYZ59.9957.3961.95-
YUV202.08126.26144.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=36.59%
G=31.06%
B=32.36%

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
Decimal22519119900.150.120.12345.8836.1781.57
HexE1BFC70FCC15a2452
Octal341277307017141453244122
Binary11100001101111111100011101111110011001010110101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFC7; }

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

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

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

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

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

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

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

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