#DCC2C5

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

Shades of Melanie #DCC2C5

Tints of Melanie #DCC2C5

Color information

#DCC2C5 (or 0xDCC2C5) is unknown color: approx Melanie. HEX triplet: DC, C2 and C5. RGB value is (220,194,197). Sum of RGB (Red+Green+Blue) = 220+194+197=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C5 is #233D3A. Grayscale: #CACACA. Windows color (decimal): -2309435 or 12960476. OLE color: 12960476.

HSL color Cylindrical-coordinate representation of color #DCC2C5: hue angle of 353.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2C5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220194197-
CMYK00.120.100.14
HSL353.08º27.08%81.18%-
HSV(B)353.08º11.82%86.27%-
XYZ58.8957.8360.88-
YUV202.12125.11140.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=36.01%
G=31.75%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019419700.120.100.14353.0827.0881.18
HexDCC2C50CAE1611b51
Octal334302305014121654133121
Binary1101110011000010110001010110010101110101100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2C5; }

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

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

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

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

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

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

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

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