#EAADBB

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

Shades of Melanie #EAADBB

Tints of Melanie #EAADBB

Color information

#EAADBB (or 0xEAADBB) is unknown color: approx Melanie. HEX triplet: EA, AD and BB. RGB value is (234,173,187). Sum of RGB (Red+Green+Blue) = 234+173+187=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADBB is #155244. Grayscale: #C0C0C0. Windows color (decimal): -1397317 or 12299754. OLE color: 12299754.

HSL color Cylindrical-coordinate representation of color #EAADBB: hue angle of 346.23º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADBB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234173187-
CMYK00.260.200.08
HSL346.23º59.22%79.8%-
HSV(B)346.23º26.07%91.76%-
XYZ57.8450.9753.8-
YUV192.84124.71157.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=39.39%
G=29.12%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417318700.260.200.08346.2359.2279.8
HexEAADBB01A14815a3b50
Octal352255273032241053273120
Binary1110101010101101101110110110101010010001010110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADBB; }

 p { color: rgb(234,173,187); }

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

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

 a { background-color: rgb(234,173,187); }

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

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

 span { border-color: rgb(234,173,187); }

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