#DFC2C5

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

Shades of Melanie #DFC2C5

Tints of Melanie #DFC2C5

Color information

#DFC2C5 (or 0xDFC2C5) is unknown color: approx Melanie. HEX triplet: DF, C2 and C5. RGB value is (223,194,197). Sum of RGB (Red+Green+Blue) = 223+194+197=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2C5 is #203D3A. Grayscale: #CBCBCB. Windows color (decimal): -2112827 or 12960479. OLE color: 12960479.

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

Color convert

RGB223194197-
CMYK00.130.120.13
HSL353.79º31.18%81.76%-
HSV(B)353.79º13%87.45%-
XYZ59.858.360.93-
YUV203.01124.61142.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 197 (77.34% from 255) = 32.08%
R=36.32%
G=31.60%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319419700.130.120.13353.7931.1881.76
HexDFC2C50DCD1621f52
Octal337302305015141554237122
Binary1101111111000010110001010110111001101101100010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2C5; }

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

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

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

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

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

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

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

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