#E1BFC2

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

Shades of Melanie #E1BFC2

Tints of Melanie #E1BFC2

Color information

#E1BFC2 (or 0xE1BFC2) is unknown color: approx Melanie. HEX triplet: E1, BF and C2. RGB value is (225,191,194). Sum of RGB (Red+Green+Blue) = 225+191+194=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC2 is #1E403D. Grayscale: #C9C9C9. Windows color (decimal): -1982526 or 12763105. OLE color: 12763105.

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

Color convert

RGB225191194-
CMYK00.150.140.12
HSL354.71º36.17%81.57%-
HSV(B)354.71º15.11%88.24%-
XYZ59.4257.1658.94-
YUV201.51123.76144.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=36.89%
G=31.31%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519119400.150.140.12354.7136.1781.57
HexE1BFC20FEC1632452
Octal341277302017161454344122
Binary11100001101111111100001001111111011001011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFC2; }

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

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

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

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

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

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

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

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