#E0ADBD

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

Shades of Melanie #E0ADBD

Tints of Melanie #E0ADBD

Color information

#E0ADBD (or 0xE0ADBD) is unknown color: approx Melanie. HEX triplet: E0, AD and BD. RGB value is (224,173,189). Sum of RGB (Red+Green+Blue) = 224+173+189=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADBD is #1F5242. Grayscale: #BEBEBE. Windows color (decimal): -2052675 or 12430816. OLE color: 12430816.

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

Color convert

RGB224173189-
CMYK00.230.160.12
HSL341.18º45.13%77.84%-
HSV(B)341.18º22.77%87.84%-
XYZ54.8749.4154.79-
YUV190.07127.4152.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=38.23%
G=29.52%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417318900.230.160.12341.1845.1377.84
HexE0ADBD01710C1552d4e
Octal340255275027201452555116
Binary1110000010101101101111010101111000011001010101011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADBD; }

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

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

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

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

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

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

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

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