#DCC1C7

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

Shades of Melanie #DCC1C7

Tints of Melanie #DCC1C7

Color information

#DCC1C7 (or 0xDCC1C7) is unknown color: approx Melanie. HEX triplet: DC, C1 and C7. RGB value is (220,193,199). Sum of RGB (Red+Green+Blue) = 220+193+199=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C7 is #233E38. Grayscale: #C9C9C9. Windows color (decimal): -2309689 or 13091292. OLE color: 13091292.

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

Color convert

RGB220193199-
CMYK00.120.100.14
HSL346.67º27.84%80.98%-
HSV(B)346.67º12.27%86.27%-
XYZ58.8957.4862.02-
YUV201.76126.45141.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=35.95%
G=31.54%
B=32.52%

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
Decimal22019319900.120.100.14346.6727.8480.98
HexDCC1C70CAE15b1c51
Octal334301307014121653334121
Binary1101110011000001110001110110010101110101011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1C7; }

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

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

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

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

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

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

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

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