#DFBFC6

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

Shades of Melanie #DFBFC6

Tints of Melanie #DFBFC6

Color information

#DFBFC6 (or 0xDFBFC6) is unknown color: approx Melanie. HEX triplet: DF, BF and C6. RGB value is (223,191,198). Sum of RGB (Red+Green+Blue) = 223+191+198=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC6 is #204039. Grayscale: #C9C9C9. Windows color (decimal): -2113594 or 13025247. OLE color: 13025247.

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

Color convert

RGB223191198-
CMYK00.140.110.13
HSL346.88º33.33%81.18%-
HSV(B)346.88º14.35%87.45%-
XYZ59.2657.0361.31-
YUV201.37126.1143.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=36.44%
G=31.21%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319119800.140.110.13346.8833.3381.18
HexDFBFC60EBD15b2151
Octal337277306016131553341121
Binary11011111101111111100011001110101111011010110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFC6; }

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

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

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

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

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

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

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

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