#EAAFBD

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

Shades of Melanie #EAAFBD

Tints of Melanie #EAAFBD

Color information

#EAAFBD (or 0xEAAFBD) is unknown color: approx Melanie. HEX triplet: EA, AF and BD. RGB value is (234,175,189). Sum of RGB (Red+Green+Blue) = 234+175+189=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFBD is #155042. Grayscale: #C2C2C2. Windows color (decimal): -1396803 or 12431338. OLE color: 12431338.

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

Color convert

RGB234175189-
CMYK00.250.190.08
HSL345.76º58.42%80.2%-
HSV(B)345.76º25.21%91.76%-
XYZ58.4551.8355.07-
YUV194.24125.05156.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=39.13%
G=29.26%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417518900.250.190.08345.7658.4280.2
HexEAAFBD01913815a3a50
Octal352257275031231053272120
Binary1110101010101111101111010110011001110001010110101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFBD; }

 p { color: rgb(234,175,189); }

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

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

 a { background-color: rgb(234,175,189); }

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

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

 span { border-color: rgb(234,175,189); }

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