#DDD1CD

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

Shades of Mercury #DDD1CD

Tints of Mercury #DDD1CD

Color information

#DDD1CD (or 0xDDD1CD) is unknown color: approx Mercury. HEX triplet: DD, D1 and CD. RGB value is (221,209,205). Sum of RGB (Red+Green+Blue) = 221+209+205=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CD is #222E32. Grayscale: #D4D4D4. Windows color (decimal): -2240051 or 13488605. OLE color: 13488605.

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

Color convert

RGB221209205-
CMYK00.050.070.13
HSL15º19.05%83.53%-
HSV(B)15º7.24%86.67%-
XYZ63.6465.3867.02-
YUV212.13123.98134.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=34.80%
G=32.91%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120920500.050.070.131519.0583.53
HexDDD1CD057Df1354
Octal335321315057151723124
Binary110111011101000111001101010111111011111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1CD; }

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

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

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

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

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

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

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

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