#E1BDC3

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

Shades of Melanie #E1BDC3

Tints of Melanie #E1BDC3

Color information

#E1BDC3 (or 0xE1BDC3) is unknown color: approx Melanie. HEX triplet: E1, BD and C3. RGB value is (225,189,195). Sum of RGB (Red+Green+Blue) = 225+189+195=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDC3 is #1E423C. Grayscale: #C8C8C8. Windows color (decimal): -1983037 or 12828129. OLE color: 12828129.

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

Color convert

RGB225189195-
CMYK00.160.130.12
HSL350º37.5%81.18%-
HSV(B)350º16%88.24%-
XYZ59.156.3459.39-
YUV200.45124.93145.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=36.95%
G=31.03%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518919500.160.130.1235037.581.18
HexE1BDC3010DC15e2651
Octal341275303020151453646121
Binary111000011011110111000011010000110111001010111101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDC3; }

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

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

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

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

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

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

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

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