#DFB2BF

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

Shades of Melanie #DFB2BF

Tints of Melanie #DFB2BF

Color information

#DFB2BF (or 0xDFB2BF) is unknown color: approx Melanie. HEX triplet: DF, B2 and BF. RGB value is (223,178,191). Sum of RGB (Red+Green+Blue) = 223+178+191=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2BF is #204D40. Grayscale: #C0C0C0. Windows color (decimal): -2116929 or 12563167. OLE color: 12563167.

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

Color convert

RGB223178191-
CMYK00.200.140.13
HSL342.67º41.28%78.63%-
HSV(B)342.67º20.18%87.45%-
XYZ55.7651.2956.25-
YUV192.94126.91149.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 191 (75% from 255) = 32.26%
R=37.67%
G=30.07%
B=32.26%

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
Decimal22317819100.200.140.13342.6741.2878.63
HexDFB2BF014ED157294f
Octal337262277024161552751117
Binary110111111011001010111111010100111011011010101111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2BF; }

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

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

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

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

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

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

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

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