#E1BCC0

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

Shades of Melanie #E1BCC0

Tints of Melanie #E1BCC0

Color information

#E1BCC0 (or 0xE1BCC0) is unknown color: approx Melanie. HEX triplet: E1, BC and C0. RGB value is (225,188,192). Sum of RGB (Red+Green+Blue) = 225+188+192=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCC0 is #1E433F. Grayscale: #C7C7C7. Windows color (decimal): -1983296 or 12631265. OLE color: 12631265.

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

Color convert

RGB225188192-
CMYK00.160.150.12
HSL353.51º38.14%80.98%-
HSV(B)353.51º16.44%88.24%-
XYZ58.5555.7857.55-
YUV199.52123.76146.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=37.19%
G=31.07%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518819200.160.150.12353.5138.1480.98
HexE1BCC0010FC1622651
Octal341274300020171454246121
Binary111000011011110011000000010000111111001011000101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCC0; }

 p { color: rgb(225,188,192); }

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

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

 a { background-color: rgb(225,188,192); }

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

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

 span { border-color: rgb(225,188,192); }

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