#DFA9BF

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

Shades of Melanie #DFA9BF

Tints of Melanie #DFA9BF

Color information

#DFA9BF (or 0xDFA9BF) is unknown color: approx Melanie. HEX triplet: DF, A9 and BF. RGB value is (223,169,191). Sum of RGB (Red+Green+Blue) = 223+169+191=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9BF is #205640. Grayscale: #BBBBBB. Windows color (decimal): -2119233 or 12560863. OLE color: 12560863.

HSL color Cylindrical-coordinate representation of color #DFA9BF: hue angle of 335.56º 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 #DFA9BF is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223169191-
CMYK00.240.140.13
HSL335.56º45.76%76.86%-
HSV(B)335.56º24.22%87.45%-
XYZ54.0247.8355.67-
YUV187.65129.89153.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 191 (75% from 255) = 32.76%
R=38.25%
G=28.99%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316919100.240.140.13335.5645.7676.86
HexDFA9BF018ED1502e4d
Octal337251277030161552056115
Binary110111111010100110111111011000111011011010100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9BF; }

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

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

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

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

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

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

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

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