#D4AEB9

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

Shades of Melanie #D4AEB9

Tints of Melanie #D4AEB9

Color information

#D4AEB9 (or 0xD4AEB9) is unknown color: approx Melanie. HEX triplet: D4, AE and B9. RGB value is (212,174,185). Sum of RGB (Red+Green+Blue) = 212+174+185=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEB9 is #2B5146. Grayscale: #BABABA. Windows color (decimal): -2838855 or 12168916. OLE color: 12168916.

HSL color Cylindrical-coordinate representation of color #D4AEB9: hue angle of 342.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEB9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212174185-
CMYK00.180.130.17
HSL342.63º30.65%75.69%-
HSV(B)342.63º17.92%83.14%-
XYZ51.0447.7752.43-
YUV186.62127.09146.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=37.13%
G=30.47%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217418500.180.130.17342.6330.6575.69
HexD4AEB9012D111571f4c
Octal324256271022152152737114
Binary110101001010111010111001010010110110001101010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEB9; }

 p { color: rgb(212,174,185); }

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

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

 a { background-color: rgb(212,174,185); }

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

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

 span { border-color: rgb(212,174,185); }

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