#D4ADB9

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

Shades of Melanie #D4ADB9

Tints of Melanie #D4ADB9

Color information

#D4ADB9 (or 0xD4ADB9) is unknown color: approx Melanie. HEX triplet: D4, AD and B9. RGB value is (212,173,185). Sum of RGB (Red+Green+Blue) = 212+173+185=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADB9 is #2B5246. Grayscale: #BABABA. Windows color (decimal): -2839111 or 12168660. OLE color: 12168660.

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

Color convert

RGB212173185-
CMYK00.180.130.17
HSL341.54º31.2%75.49%-
HSV(B)341.54º18.4%83.14%-
XYZ50.8547.3952.37-
YUV186.03127.42146.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=37.19%
G=30.35%
B=32.46%

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
Decimal21217318500.180.130.17341.5431.275.49
HexD4ADB9012D111561f4b
Octal324255271022152152637113
Binary110101001010110110111001010010110110001101010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADB9; }

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

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

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

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

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

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

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

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