#E2ADBD

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

Shades of Melanie #E2ADBD

Tints of Melanie #E2ADBD

Color information

#E2ADBD (or 0xE2ADBD) is unknown color: approx Melanie. HEX triplet: E2, AD and BD. RGB value is (226,173,189). Sum of RGB (Red+Green+Blue) = 226+173+189=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADBD is #1D5242. Grayscale: #BEBEBE. Windows color (decimal): -1921603 or 12430818. OLE color: 12430818.

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

Color convert

RGB226173189-
CMYK00.230.160.11
HSL341.89º47.75%78.24%-
HSV(B)341.89º23.45%88.63%-
XYZ55.4949.7354.82-
YUV190.67127.06153.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=38.44%
G=29.42%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617318900.230.160.11341.8947.7578.24
HexE2ADBD01710B156304e
Octal342255275027201352660116
Binary1110001010101101101111010101111000010111010101101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADBD; }

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

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

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

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

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

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

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

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