#D9ABB9

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

Shades of Melanie #D9ABB9

Tints of Melanie #D9ABB9

Color information

#D9ABB9 (or 0xD9ABB9) is unknown color: approx Melanie. HEX triplet: D9, AB and B9. RGB value is (217,171,185). Sum of RGB (Red+Green+Blue) = 217+171+185=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABB9 is #265446. Grayscale: #BABABA. Windows color (decimal): -2511943 or 12168153. OLE color: 12168153.

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

Color convert

RGB217171185-
CMYK00.210.150.15
HSL341.74º37.7%76.08%-
HSV(B)341.74º21.2%85.1%-
XYZ51.9447.3852.31-
YUV186.35127.24149.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=37.87%
G=29.84%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717118500.210.150.15341.7437.776.08
HexD9ABB9015FF156264c
Octal331253271025171752646114
Binary110110011010101110111001010101111111111010101101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABB9; }

 p { color: rgb(217,171,185); }

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

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

 a { background-color: rgb(217,171,185); }

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

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

 span { border-color: rgb(217,171,185); }

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