#DFC2C7

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

Shades of Melanie #DFC2C7

Tints of Melanie #DFC2C7

Color information

#DFC2C7 (or 0xDFC2C7) is unknown color: approx Melanie. HEX triplet: DF, C2 and C7. RGB value is (223,194,199). Sum of RGB (Red+Green+Blue) = 223+194+199=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2C7 is #203D38. Grayscale: #CBCBCB. Windows color (decimal): -2112825 or 13091551. OLE color: 13091551.

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

Color convert

RGB223194199-
CMYK00.130.110.13
HSL349.66º31.18%81.76%-
HSV(B)349.66º13%87.45%-
XYZ60.0358.462.14-
YUV203.24125.61142.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=36.20%
G=31.49%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319419900.130.110.13349.6631.1881.76
HexDFC2C70DBD15e1f52
Octal337302307015131553637122
Binary1101111111000010110001110110110111101101011110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2C7; }

 p { color: rgb(223,194,199); }

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

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

 a { background-color: rgb(223,194,199); }

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

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

 span { border-color: rgb(223,194,199); }

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