#DDD3D1

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

Shades of Mercury #DDD3D1

Tints of Mercury #DDD3D1

Color information

#DDD3D1 (or 0xDDD3D1) is unknown color: approx Mercury. HEX triplet: DD, D3 and D1. RGB value is (221,211,209). Sum of RGB (Red+Green+Blue) = 221+211+209=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3D1 is #222C2E. Grayscale: #D5D5D5. Windows color (decimal): -2239535 or 13751261. OLE color: 13751261.

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

Color convert

RGB221211209-
CMYK00.050.050.13
HSL10º15%84.31%-
HSV(B)10º5.43%86.67%-
XYZ64.6266.5669.76-
YUV213.76125.31133.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=34.48%
G=32.92%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121120900.050.050.13101584.31
HexDDD3D1055Daf54
Octal335323321055151217124
Binary11011101110100111101000101011011101101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3D1; }

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

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

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

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

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

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

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

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