#DCD1CF

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

Shades of Mercury #DCD1CF

Tints of Mercury #DCD1CF

Color information

#DCD1CF (or 0xDCD1CF) is unknown color: approx Mercury. HEX triplet: DC, D1 and CF. RGB value is (220,209,207). Sum of RGB (Red+Green+Blue) = 220+209+207=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1CF is #232E30. Grayscale: #D4D4D4. Windows color (decimal): -2305585 or 13619676. OLE color: 13619676.

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

Color convert

RGB220209207-
CMYK00.050.060.14
HSL9.23º15.66%83.73%-
HSV(B)9.23º5.91%86.27%-
XYZ63.5865.3268.29-
YUV212.06125.14133.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=34.59%
G=32.86%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020920700.050.060.149.2315.6683.73
HexDCD1CF056E91054
Octal334321317056161120124
Binary110111001101000111001111010111011101001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1CF; }

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

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

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

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

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

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

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

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