#DDD0CD

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

Shades of Mercury #DDD0CD

Tints of Mercury #DDD0CD

Color information

#DDD0CD (or 0xDDD0CD) is unknown color: approx Mercury. HEX triplet: DD, D0 and CD. RGB value is (221,208,205). Sum of RGB (Red+Green+Blue) = 221+208+205=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CD is #222F32. Grayscale: #D3D3D3. Windows color (decimal): -2240307 or 13488349. OLE color: 13488349.

HSL color Cylindrical-coordinate representation of color #DDD0CD: hue angle of 11.25º 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 #DDD0CD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221208205-
CMYK00.060.070.13
HSL11.25º19.05%83.53%-
HSV(B)11.25º7.24%86.67%-
XYZ63.3964.8966.94-
YUV211.54124.31134.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=34.86%
G=32.81%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120820500.060.070.1311.2519.0583.53
HexDDD0CD067Db1354
Octal335320315067151323124
Binary110111011101000011001101011011111011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0CD; }

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

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

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

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

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

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

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

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