#DFB6BF

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

Shades of Melanie #DFB6BF

Tints of Melanie #DFB6BF

Color information

#DFB6BF (or 0xDFB6BF) is unknown color: approx Melanie. HEX triplet: DF, B6 and BF. RGB value is (223,182,191). Sum of RGB (Red+Green+Blue) = 223+182+191=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BF is #204940. Grayscale: #C3C3C3. Windows color (decimal): -2115905 or 12564191. OLE color: 12564191.

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

Color convert

RGB223182191-
CMYK00.180.140.13
HSL346.83º39.05%79.41%-
HSV(B)346.83º18.39%87.45%-
XYZ56.5652.9156.52-
YUV195.28125.58147.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 191 (75% from 255) = 32.05%
R=37.42%
G=30.54%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318219100.180.140.13346.8339.0579.41
HexDFB6BF012ED15b274f
Octal337266277022161553347117
Binary110111111011011010111111010010111011011010110111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6BF; }

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

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

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

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

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

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

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

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