#DFA9BC

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

Shades of Melanie #DFA9BC

Tints of Melanie #DFA9BC

Color information

#DFA9BC (or 0xDFA9BC) is unknown color: approx Melanie. HEX triplet: DF, A9 and BC. RGB value is (223,169,188). Sum of RGB (Red+Green+Blue) = 223+169+188=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9BC is #205643. Grayscale: #BBBBBB. Windows color (decimal): -2119236 or 12364255. OLE color: 12364255.

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

Color convert

RGB223169188-
CMYK00.240.160.13
HSL338.89º45.76%76.86%-
HSV(B)338.89º24.22%87.45%-
XYZ53.747.6953.95-
YUV187.31128.39153.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=38.45%
G=29.14%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316918800.240.160.13338.8945.7676.86
HexDFA9BC01810D1532e4d
Octal337251274030201552356115
Binary1101111110101001101111000110001000011011010100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9BC; }

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

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

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

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

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

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

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

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