#E1B4BD

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

Shades of Melanie #E1B4BD

Tints of Melanie #E1B4BD

Color information

#E1B4BD (or 0xE1B4BD) is unknown color: approx Melanie. HEX triplet: E1, B4 and BD. RGB value is (225,180,189). Sum of RGB (Red+Green+Blue) = 225+180+189=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BD is #1E4B42. Grayscale: #C2C2C2. Windows color (decimal): -1985347 or 12432609. OLE color: 12432609.

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

Color convert

RGB225180189-
CMYK00.20.160.12
HSL348º42.86%79.41%-
HSV(B)348º20%88.24%-
XYZ56.5652.3255.26-
YUV194.48124.91149.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=37.88%
G=30.30%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518018900.20.160.1234842.8679.41
HexE1B4BD01410C15c2b4f
Octal341264275024201453453117
Binary1110000110110100101111010101001000011001010111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4BD; }

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

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

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

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

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

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

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

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