#E1BEC2

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

Shades of Melanie #E1BEC2

Tints of Melanie #E1BEC2

Color information

#E1BEC2 (or 0xE1BEC2) is unknown color: approx Melanie. HEX triplet: E1, BE and C2. RGB value is (225,190,194). Sum of RGB (Red+Green+Blue) = 225+190+194=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEC2 is #1E413D. Grayscale: #C8C8C8. Windows color (decimal): -1982782 or 12762849. OLE color: 12762849.

HSL color Cylindrical-coordinate representation of color #E1BEC2: hue angle of 353.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BEC2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225190194-
CMYK00.160.140.12
HSL353.14º36.84%81.37%-
HSV(B)353.14º15.56%88.24%-
XYZ59.256.7358.87-
YUV200.92124.1145.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 194 (76.17% from 255) = 31.86%
R=36.95%
G=31.20%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519019400.160.140.12353.1436.8481.37
HexE1BEC2010EC1612551
Octal341276302020161454145121
Binary111000011011111011000010010000111011001011000011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEC2; }

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

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

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

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

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

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

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

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