#DCCDCA

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

Shades of Mercury #DCCDCA

Tints of Mercury #DCCDCA

Color information

#DCCDCA (or 0xDCCDCA) is unknown color: approx Mercury. HEX triplet: DC, CD and CA. RGB value is (220,205,202). Sum of RGB (Red+Green+Blue) = 220+205+202=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCA is #233235. Grayscale: #D1D1D1. Windows color (decimal): -2306614 or 13290972. OLE color: 13290972.

HSL color Cylindrical-coordinate representation of color #DCCDCA: hue angle of 10º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCDCA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220205202-
CMYK00.070.080.14
HSL10º20.45%82.75%-
HSV(B)10º8.18%86.27%-
XYZ62.0163.1464.8-
YUV209.14123.97135.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=35.09%
G=32.70%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020520200.070.080.141020.4582.75
HexDCCDCA078Ea1453
Octal3343153120710161224123
Binary1101110011001101110010100111100011101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDCA; }

 p { color: rgb(220,205,202); }

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

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

 a { background-color: rgb(220,205,202); }

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

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

 span { border-color: rgb(220,205,202); }

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