#D7A9B9

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

Shades of Melanie #D7A9B9

Tints of Melanie #D7A9B9

Color information

#D7A9B9 (or 0xD7A9B9) is unknown color: approx Melanie. HEX triplet: D7, A9 and B9. RGB value is (215,169,185). Sum of RGB (Red+Green+Blue) = 215+169+185=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9B9 is #285646. Grayscale: #B8B8B8. Windows color (decimal): -2643527 or 12167639. OLE color: 12167639.

HSL color Cylindrical-coordinate representation of color #D7A9B9: hue angle of 339.13º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7A9B9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215169185-
CMYK00.210.140.16
HSL339.13º36.51%75.29%-
HSV(B)339.13º21.4%84.31%-
XYZ50.9746.3352.15-
YUV184.58128.24149.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=37.79%
G=29.70%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516918500.210.140.16339.1336.5175.29
HexD7A9B9015E10153254b
Octal327251271025162052345113
Binary1101011110101001101110010101011110100001010100111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9B9; }

 p { color: rgb(215,169,185); }

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

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

 a { background-color: rgb(215,169,185); }

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

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

 span { border-color: rgb(215,169,185); }

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