#E7ADBD

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

Shades of Melanie #E7ADBD

Tints of Melanie #E7ADBD

Color information

#E7ADBD (or 0xE7ADBD) is unknown color: approx Melanie. HEX triplet: E7, AD and BD. RGB value is (231,173,189). Sum of RGB (Red+Green+Blue) = 231+173+189=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADBD is #185242. Grayscale: #C0C0C0. Windows color (decimal): -1593923 or 12430823. OLE color: 12430823.

HSL color Cylindrical-coordinate representation of color #E7ADBD: hue angle of 343.45º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADBD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231173189-
CMYK00.250.180.09
HSL343.45º54.72%79.22%-
HSV(B)343.45º25.11%90.59%-
XYZ57.0850.5554.89-
YUV192.17126.22155.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=38.95%
G=29.17%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117318900.250.180.09343.4554.7279.22
HexE7ADBD019129157374f
Octal347255275031221152767117
Binary1110011110101101101111010110011001010011010101111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADBD; }

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

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

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

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

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

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

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

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