#D9AABD

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

Shades of Melanie #D9AABD

Tints of Melanie #D9AABD

Color information

#D9AABD (or 0xD9AABD) is unknown color: approx Melanie. HEX triplet: D9, AA and BD. RGB value is (217,170,189). Sum of RGB (Red+Green+Blue) = 217+170+189=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AABD is #265542. Grayscale: #BABABA. Windows color (decimal): -2512195 or 12430041. OLE color: 12430041.

HSL color Cylindrical-coordinate representation of color #D9AABD: hue angle of 335.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AABD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217170189-
CMYK00.220.130.15
HSL335.74º38.21%75.88%-
HSV(B)335.74º21.66%85.1%-
XYZ52.1847.1854.5-
YUV186.22129.57149.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=37.67%
G=29.51%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717018900.220.130.15335.7438.2175.88
HexD9AABD016DF150264c
Octal331252275026151752046114
Binary110110011010101010111101010110110111111010100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AABD; }

 p { color: rgb(217,170,189); }

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

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

 a { background-color: rgb(217,170,189); }

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

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

 span { border-color: rgb(217,170,189); }

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