#E0ABBD

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

Shades of Melanie #E0ABBD

Tints of Melanie #E0ABBD

Color information

#E0ABBD (or 0xE0ABBD) is unknown color: approx Melanie. HEX triplet: E0, AB and BD. RGB value is (224,171,189). Sum of RGB (Red+Green+Blue) = 224+171+189=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABBD is #1F5442. Grayscale: #BCBCBC. Windows color (decimal): -2053187 or 12430304. OLE color: 12430304.

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

Color convert

RGB224171189-
CMYK00.240.160.12
HSL339.62º46.09%77.45%-
HSV(B)339.62º23.66%87.84%-
XYZ54.4948.6554.66-
YUV188.9128.06153.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=38.36%
G=29.28%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417118900.240.160.12339.6246.0977.45
HexE0ABBD01810C1542e4d
Octal340253275030201452456115
Binary1110000010101011101111010110001000011001010101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABBD; }

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

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

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

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

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

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

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

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