#E5BFC6

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

Shades of Melanie #E5BFC6

Tints of Melanie #E5BFC6

Color information

#E5BFC6 (or 0xE5BFC6) is unknown color: approx Melanie. HEX triplet: E5, BF and C6. RGB value is (229,191,198). Sum of RGB (Red+Green+Blue) = 229+191+198=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFC6 is #1A4039. Grayscale: #CBCBCB. Windows color (decimal): -1720378 or 13025253. OLE color: 13025253.

HSL color Cylindrical-coordinate representation of color #E5BFC6: hue angle of 348.95º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BFC6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229191198-
CMYK00.170.140.10
HSL348.95º42.22%82.35%-
HSV(B)348.95º16.59%89.8%-
XYZ61.145861.4-
YUV203.16125.09146.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=37.06%
G=30.91%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919119800.170.140.10348.9542.2282.35
HexE5BFC6011EA15d2a52
Octal345277306021161253552122
Binary111001011011111111000110010001111010101010111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFC6; }

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

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

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

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

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

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

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

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