#DFA9BD

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

Shades of Melanie #DFA9BD

Tints of Melanie #DFA9BD

Color information

#DFA9BD (or 0xDFA9BD) is unknown color: approx Melanie. HEX triplet: DF, A9 and BD. RGB value is (223,169,189). Sum of RGB (Red+Green+Blue) = 223+169+189=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9BD is #205642. Grayscale: #BBBBBB. Windows color (decimal): -2119235 or 12429791. OLE color: 12429791.

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

Color convert

RGB223169189-
CMYK00.240.150.13
HSL337.78º45.76%76.86%-
HSV(B)337.78º24.22%87.45%-
XYZ53.847.7454.52-
YUV187.43128.89153.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=38.38%
G=29.09%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316918900.240.150.13337.7845.7676.86
HexDFA9BD018FD1522e4d
Octal337251275030171552256115
Binary110111111010100110111101011000111111011010100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9BD; }

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

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

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

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

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

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

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

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