#DCCDC9

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

Shades of Mercury #DCCDC9

Tints of Mercury #DCCDC9

Color information

#DCCDC9 (or 0xDCCDC9) is unknown color: approx Mercury. HEX triplet: DC, CD and C9. RGB value is (220,205,201). Sum of RGB (Red+Green+Blue) = 220+205+201=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC9 is #233236. Grayscale: #D1D1D1. Windows color (decimal): -2306615 or 13225436. OLE color: 13225436.

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

Color convert

RGB220205201-
CMYK00.070.090.14
HSL12.63º21.35%82.55%-
HSV(B)12.63º8.64%86.27%-
XYZ61.8963.164.18-
YUV209.03123.47135.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=35.14%
G=32.75%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020520100.070.090.1412.6321.3582.55
HexDCCDC9079Ed1553
Octal3343153110711161525123
Binary1101110011001101110010010111100111101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDC9; }

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

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

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

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

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

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

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

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