#DFA9BA

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

Shades of Melanie #DFA9BA

Tints of Melanie #DFA9BA

Color information

#DFA9BA (or 0xDFA9BA) is unknown color: approx Melanie. HEX triplet: DF, A9 and BA. RGB value is (223,169,186). Sum of RGB (Red+Green+Blue) = 223+169+186=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9BA is #205645. Grayscale: #BBBBBB. Windows color (decimal): -2119238 or 12233183. OLE color: 12233183.

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

Color convert

RGB223169186-
CMYK00.240.170.13
HSL341.11º45.76%76.86%-
HSV(B)341.11º24.22%87.45%-
XYZ53.4847.6152.83-
YUV187.08127.39153.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=38.58%
G=29.24%
B=32.18%

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
Decimal22316918600.240.170.13341.1145.7676.86
HexDFA9BA01811D1552e4d
Octal337251272030211552556115
Binary1101111110101001101110100110001000111011010101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9BA; }

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

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

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

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

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

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

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

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