#DDCDCB

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

Shades of Mercury #DDCDCB

Tints of Mercury #DDCDCB

Color information

#DDCDCB (or 0xDDCDCB) is unknown color: approx Mercury. HEX triplet: DD, CD and CB. RGB value is (221,205,203). Sum of RGB (Red+Green+Blue) = 221+205+203=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDCB is #223234. Grayscale: #D1D1D1. Windows color (decimal): -2241077 or 13356509. OLE color: 13356509.

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

Color convert

RGB221205203-
CMYK00.070.080.13
HSL6.67º20.93%83.14%-
HSV(B)6.67º8.14%86.67%-
XYZ62.4363.3565.44-
YUV209.56124.3136.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=35.14%
G=32.59%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120520300.070.080.136.6720.9383.14
HexDDCDCB078D71553
Octal335315313071015725123
Binary110111011100110111001011011110001101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDCB; }

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

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

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

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

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

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

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

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