#D9AFBD

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

Shades of Melanie #D9AFBD

Tints of Melanie #D9AFBD

Color information

#D9AFBD (or 0xD9AFBD) is unknown color: approx Melanie. HEX triplet: D9, AF and BD. RGB value is (217,175,189). Sum of RGB (Red+Green+Blue) = 217+175+189=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBD is #265042. Grayscale: #BDBDBD. Windows color (decimal): -2510915 or 12431321. OLE color: 12431321.

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

Color convert

RGB217175189-
CMYK00.190.130.15
HSL340º35.59%76.86%-
HSV(B)340º19.35%85.1%-
XYZ53.1349.0954.82-
YUV189.15127.91147.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=37.35%
G=30.12%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717518900.190.130.1534035.5976.86
HexD9AFBD013DF154244d
Octal331257275023151752444115
Binary110110011010111110111101010011110111111010101001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFBD; }

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

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

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

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

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

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

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

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