#DCC3C6

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

Shades of Melanie #DCC3C6

Tints of Melanie #DCC3C6

Color information

#DCC3C6 (or 0xDCC3C6) is unknown color: approx Melanie. HEX triplet: DC, C3 and C6. RGB value is (220,195,198). Sum of RGB (Red+Green+Blue) = 220+195+198=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C6 is #233C39. Grayscale: #CACACA. Windows color (decimal): -2309178 or 13026268. OLE color: 13026268.

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

Color convert

RGB220195198-
CMYK00.110.10.14
HSL352.8º26.32%81.37%-
HSV(B)352.8º11.36%86.27%-
XYZ59.2258.3261.56-
YUV202.82125.28140.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=35.89%
G=31.81%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019519800.110.10.14352.826.3281.37
HexDCC3C60BAE1611a51
Octal334303306013121654132121
Binary1101110011000011110001100101110101110101100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3C6; }

 p { color: rgb(220,195,198); }

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

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

 a { background-color: rgb(220,195,198); }

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

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

 span { border-color: rgb(220,195,198); }

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