#DDD1CF

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

Shades of Mercury #DDD1CF

Tints of Mercury #DDD1CF

Color information

#DDD1CF (or 0xDDD1CF) is unknown color: approx Mercury. HEX triplet: DD, D1 and CF. RGB value is (221,209,207). Sum of RGB (Red+Green+Blue) = 221+209+207=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CF is #222E30. Grayscale: #D4D4D4. Windows color (decimal): -2240049 or 13619677. OLE color: 13619677.

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

Color convert

RGB221209207-
CMYK00.050.060.13
HSL8.57º17.07%83.92%-
HSV(B)8.57º6.33%86.67%-
XYZ63.8865.4868.3-
YUV212.36124.98134.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=34.69%
G=32.81%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120920700.050.060.138.5717.0783.92
HexDDD1CF056D91154
Octal335321317056151121124
Binary110111011101000111001111010111011011001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1CF; }

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

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

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

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

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

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

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

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