#DFC0C5

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

Shades of Melanie #DFC0C5

Tints of Melanie #DFC0C5

Color information

#DFC0C5 (or 0xDFC0C5) is unknown color: approx Melanie. HEX triplet: DF, C0 and C5. RGB value is (223,192,197). Sum of RGB (Red+Green+Blue) = 223+192+197=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0C5 is #203F3A. Grayscale: #C9C9C9. Windows color (decimal): -2113339 or 12959967. OLE color: 12959967.

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

Color convert

RGB223192197-
CMYK00.140.120.13
HSL350.32º32.63%81.37%-
HSV(B)350.32º13.9%87.45%-
XYZ59.3657.4260.78-
YUV201.84125.27143.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=36.44%
G=31.37%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319219700.140.120.13350.3232.6381.37
HexDFC0C50ECD15e2151
Octal337300305016141553641121
Binary11011111110000001100010101110110011011010111101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0C5; }

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

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

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

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

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

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

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

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