#DDCDCA

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

Shades of Mercury #DDCDCA

Tints of Mercury #DDCDCA

Color information

#DDCDCA (or 0xDDCDCA) is unknown color: approx Mercury. HEX triplet: DD, CD and CA. RGB value is (221,205,202). Sum of RGB (Red+Green+Blue) = 221+205+202=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDCA is #223235. Grayscale: #D1D1D1. Windows color (decimal): -2241078 or 13290973. OLE color: 13290973.

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

Color convert

RGB221205202-
CMYK00.070.090.13
HSL9.47º21.84%82.94%-
HSV(B)9.47º8.6%86.67%-
XYZ62.3163.364.81-
YUV209.44123.8136.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=35.19%
G=32.64%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120520200.070.090.139.4721.8482.94
HexDDCDCA079D91653
Octal3353153120711151126123
Binary1101110111001101110010100111100111011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDCA; }

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

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

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

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

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

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

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

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