#DCCFCD

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

Shades of Mercury #DCCFCD

Tints of Mercury #DCCFCD

Color information

#DCCFCD (or 0xDCCFCD) is unknown color: approx Mercury. HEX triplet: DC, CF and CD. RGB value is (220,207,205). Sum of RGB (Red+Green+Blue) = 220+207+205=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFCD is #233032. Grayscale: #D2D2D2. Windows color (decimal): -2306099 or 13488092. OLE color: 13488092.

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

Color convert

RGB220207205-
CMYK00.060.070.14
HSL17.65%83.33%-
HSV(B)6.82%86.27%-
XYZ62.8564.2566.85-
YUV210.66124.81134.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=34.81%
G=32.75%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020720500.060.070.14817.6583.33
HexDCCFCD067E81253
Octal334317315067161022123
Binary110111001100111111001101011011111101000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFCD; }

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

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

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

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

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

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

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

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