#DFB9BF

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

Shades of Melanie #DFB9BF

Tints of Melanie #DFB9BF

Color information

#DFB9BF (or 0xDFB9BF) is unknown color: approx Melanie. HEX triplet: DF, B9 and BF. RGB value is (223,185,191). Sum of RGB (Red+Green+Blue) = 223+185+191=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BF is #204640. Grayscale: #C5C5C5. Windows color (decimal): -2115137 or 12564959. OLE color: 12564959.

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

Color convert

RGB223185191-
CMYK00.170.140.13
HSL350.53º37.25%80%-
HSV(B)350.53º17.04%87.45%-
XYZ57.1854.1556.73-
YUV197.05124.59146.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 30.88%
BLUE value IS 191 (75% from 255) = 31.89%
R=37.23%
G=30.88%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318519100.170.140.13350.5337.2580
HexDFB9BF011ED15f2550
Octal337271277021161553745120
Binary110111111011100110111111010001111011011010111111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9BF; }

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

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

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

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

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

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

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

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