#DFB3BF

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

Shades of Melanie #DFB3BF

Tints of Melanie #DFB3BF

Color information

#DFB3BF (or 0xDFB3BF) is unknown color: approx Melanie. HEX triplet: DF, B3 and BF. RGB value is (223,179,191). Sum of RGB (Red+Green+Blue) = 223+179+191=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3BF is #204C40. Grayscale: #C1C1C1. Windows color (decimal): -2116673 or 12563423. OLE color: 12563423.

HSL color Cylindrical-coordinate representation of color #DFB3BF: hue angle of 343.64º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3BF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223179191-
CMYK00.200.140.13
HSL343.64º40.74%78.82%-
HSV(B)343.64º19.73%87.45%-
XYZ55.9651.6956.32-
YUV193.52126.58149.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 191 (75% from 255) = 32.21%
R=37.61%
G=30.19%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317919100.200.140.13343.6440.7478.82
HexDFB3BF014ED158294f
Octal337263277024161553051117
Binary110111111011001110111111010100111011011010110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3BF; }

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

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

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

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

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

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

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

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