#E2ABBD

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

Shades of Melanie #E2ABBD

Tints of Melanie #E2ABBD

Color information

#E2ABBD (or 0xE2ABBD) is unknown color: approx Melanie. HEX triplet: E2, AB and BD. RGB value is (226,171,189). Sum of RGB (Red+Green+Blue) = 226+171+189=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABBD is #1D5442. Grayscale: #BDBDBD. Windows color (decimal): -1922115 or 12430306. OLE color: 12430306.

HSL color Cylindrical-coordinate representation of color #E2ABBD: hue angle of 340.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABBD is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226171189-
CMYK00.240.160.11
HSL340.36º48.67%77.84%-
HSV(B)340.36º24.34%88.63%-
XYZ55.1148.9754.69-
YUV189.5127.72154.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=38.57%
G=29.18%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617118900.240.160.11340.3648.6777.84
HexE2ABBD01810B154314e
Octal342253275030201352461116
Binary1110001010101011101111010110001000010111010101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABBD; }

 p { color: rgb(226,171,189); }

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

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

 a { background-color: rgb(226,171,189); }

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

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

 span { border-color: rgb(226,171,189); }

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