#E1BFC3

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

Shades of Melanie #E1BFC3

Tints of Melanie #E1BFC3

Color information

#E1BFC3 (or 0xE1BFC3) is unknown color: approx Melanie. HEX triplet: E1, BF and C3. RGB value is (225,191,195). Sum of RGB (Red+Green+Blue) = 225+191+195=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC3 is #1E403C. Grayscale: #C9C9C9. Windows color (decimal): -1982525 or 12828641. OLE color: 12828641.

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

Color convert

RGB225191195-
CMYK00.150.130.12
HSL352.94º36.17%81.57%-
HSV(B)352.94º15.11%88.24%-
XYZ59.5357.2159.53-
YUV201.62124.26144.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.82%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=36.82%
G=31.26%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519119500.150.130.12352.9436.1781.57
HexE1BFC30FDC1612452
Octal341277303017151454144122
Binary11100001101111111100001101111110111001011000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFC3; }

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

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

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

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

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

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

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

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