#DFA9B9

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

Shades of Melanie #DFA9B9

Tints of Melanie #DFA9B9

Color information

#DFA9B9 (or 0xDFA9B9) is unknown color: approx Melanie. HEX triplet: DF, A9 and B9. RGB value is (223,169,185). Sum of RGB (Red+Green+Blue) = 223+169+185=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9B9 is #205646. Grayscale: #BABABA. Windows color (decimal): -2119239 or 12167647. OLE color: 12167647.

HSL color Cylindrical-coordinate representation of color #DFA9B9: hue angle of 342.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9B9 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223169185-
CMYK00.240.170.13
HSL342.22º45.76%76.86%-
HSV(B)342.22º24.22%87.45%-
XYZ53.3847.5752.27-
YUV186.97126.89153.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=38.65%
G=29.29%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316918500.240.170.13342.2245.7676.86
HexDFA9B901811D1562e4d
Octal337251271030211552656115
Binary1101111110101001101110010110001000111011010101101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9B9; }

 p { color: rgb(223,169,185); }

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

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

 a { background-color: rgb(223,169,185); }

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

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

 span { border-color: rgb(223,169,185); }

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