#D9AABF

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

Shades of Melanie #D9AABF

Tints of Melanie #D9AABF

Color information

#D9AABF (or 0xD9AABF) is unknown color: approx Melanie. HEX triplet: D9, AA and BF. RGB value is (217,170,191). Sum of RGB (Red+Green+Blue) = 217+170+191=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AABF is #265540. Grayscale: #BABABA. Windows color (decimal): -2512193 or 12561113. OLE color: 12561113.

HSL color Cylindrical-coordinate representation of color #D9AABF: hue angle of 333.19º 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 #D9AABF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217170191-
CMYK00.220.120.15
HSL333.19º38.21%75.88%-
HSV(B)333.19º21.66%85.1%-
XYZ52.3947.2655.65-
YUV186.45130.57149.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 191 (75% from 255) = 33.04%
R=37.54%
G=29.41%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717019100.220.120.15333.1938.2175.88
HexD9AABF016CF14d264c
Octal331252277026141751546114
Binary110110011010101010111111010110110011111010011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AABF; }

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

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

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

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

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

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

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

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