#E2BFC7

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

Shades of Melanie #E2BFC7

Tints of Melanie #E2BFC7

Color information

#E2BFC7 (or 0xE2BFC7) is unknown color: approx Melanie. HEX triplet: E2, BF and C7. RGB value is (226,191,199). Sum of RGB (Red+Green+Blue) = 226+191+199=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFC7 is #1D4038. Grayscale: #CACACA. Windows color (decimal): -1916985 or 13090786. OLE color: 13090786.

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

Color convert

RGB226191199-
CMYK00.150.120.11
HSL346.29º37.63%81.76%-
HSV(B)346.29º15.49%88.63%-
XYZ60.357.5561.96-
YUV202.38126.1144.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.69%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=36.69%
G=31.01%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619119900.150.120.11346.2937.6381.76
HexE2BFC70FCB15a2652
Octal342277307017141353246122
Binary11100010101111111100011101111110010111010110101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFC7; }

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

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

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

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

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

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

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

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