#E1B0C6

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

Shades of Melanie #E1B0C6

Tints of Melanie #E1B0C6

Color information

#E1B0C6 (or 0xE1B0C6) is unknown color: approx Melanie. HEX triplet: E1, B0 and C6. RGB value is (225,176,198). Sum of RGB (Red+Green+Blue) = 225+176+198=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0C6 is #1E4F39. Grayscale: #C1C1C1. Windows color (decimal): -1986362 or 13021409. OLE color: 13021409.

HSL color Cylindrical-coordinate representation of color #E1B0C6: hue angle of 333.06º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0C6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225176198-
CMYK00.220.120.12
HSL333.06º44.95%78.63%-
HSV(B)333.06º21.78%88.24%-
XYZ56.7751.1460.3-
YUV193.16130.73150.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=37.56%
G=29.38%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517619800.220.120.12333.0644.9578.63
HexE1B0C6016CC14d2d4f
Octal341260306026141451555117
Binary111000011011000011000110010110110011001010011011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0C6; }

 p { color: rgb(225,176,198); }

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

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

 a { background-color: rgb(225,176,198); }

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

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

 span { border-color: rgb(225,176,198); }

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