#DCC1C9

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

Shades of Melanie #DCC1C9

Tints of Melanie #DCC1C9

Color information

#DCC1C9 (or 0xDCC1C9) is unknown color: approx Melanie. HEX triplet: DC, C1 and C9. RGB value is (220,193,201). Sum of RGB (Red+Green+Blue) = 220+193+201=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C9 is #233E36. Grayscale: #C9C9C9. Windows color (decimal): -2309687 or 13222364. OLE color: 13222364.

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

Color convert

RGB220193201-
CMYK00.120.090.14
HSL342.22º27.84%80.98%-
HSV(B)342.22º12.27%86.27%-
XYZ59.1357.5763.25-
YUV201.98127.45140.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=35.83%
G=31.43%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019320100.120.090.14342.2227.8480.98
HexDCC1C90C9E1561c51
Octal334301311014111652634121
Binary1101110011000001110010010110010011110101010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1C9; }

 p { color: rgb(220,193,201); }

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

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

 a { background-color: rgb(220,193,201); }

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

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

 span { border-color: rgb(220,193,201); }

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