#DFBABF

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

Shades of Melanie #DFBABF

Tints of Melanie #DFBABF

Color information

#DFBABF (or 0xDFBABF) is unknown color: approx Melanie. HEX triplet: DF, BA and BF. RGB value is (223,186,191). Sum of RGB (Red+Green+Blue) = 223+186+191=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABF is #204540. Grayscale: #C5C5C5. Windows color (decimal): -2114881 or 12565215. OLE color: 12565215.

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

Color convert

RGB223186191-
CMYK00.170.140.13
HSL351.89º36.63%80.2%-
HSV(B)351.89º16.59%87.45%-
XYZ57.3954.5756.8-
YUV197.63124.26146.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 191 (75% from 255) = 31.83%
R=37.17%
G=31%
B=31.83%

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
Decimal22318619100.170.140.13351.8936.6380.2
HexDFBABF011ED1602550
Octal337272277021161554045120
Binary110111111011101010111111010001111011011011000001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBABF; }

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

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

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

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

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

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

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

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