#DCCDCB

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

Shades of Mercury #DCCDCB

Tints of Mercury #DCCDCB

Color information

#DCCDCB (or 0xDCCDCB) is unknown color: approx Mercury. HEX triplet: DC, CD and CB. RGB value is (220,205,203). Sum of RGB (Red+Green+Blue) = 220+205+203=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCB is #233234. Grayscale: #D1D1D1. Windows color (decimal): -2306613 or 13356508. OLE color: 13356508.

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

Color convert

RGB220205203-
CMYK00.070.080.14
HSL7.06º19.54%82.94%-
HSV(B)7.06º7.73%86.27%-
XYZ62.1363.1965.42-
YUV209.26124.47135.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=35.03%
G=32.64%
B=32.32%

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
Decimal22020520300.070.080.147.0619.5482.94
HexDCCDCB078E71453
Octal334315313071016724123
Binary110111001100110111001011011110001110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDCB; }

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

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

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

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

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

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

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

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