#D9AABE

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

Shades of Melanie #D9AABE

Tints of Melanie #D9AABE

Color information

#D9AABE (or 0xD9AABE) is unknown color: approx Melanie. HEX triplet: D9, AA and BE. RGB value is (217,170,190). Sum of RGB (Red+Green+Blue) = 217+170+190=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AABE is #265541. Grayscale: #BABABA. Windows color (decimal): -2512194 or 12495577. OLE color: 12495577.

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

Color convert

RGB217170190-
CMYK00.220.120.15
HSL334.47º38.21%75.88%-
HSV(B)334.47º21.66%85.1%-
XYZ52.2847.2255.07-
YUV186.33130.07149.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=37.61%
G=29.46%
B=32.93%

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
Decimal21717019000.220.120.15334.4738.2175.88
HexD9AABE016CF14e264c
Octal331252276026141751646114
Binary110110011010101010111110010110110011111010011101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AABE; }

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

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

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

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

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

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

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

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