#DDD1CE

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

Shades of Mercury #DDD1CE

Tints of Mercury #DDD1CE

Color information

#DDD1CE (or 0xDDD1CE) is unknown color: approx Mercury. HEX triplet: DD, D1 and CE. RGB value is (221,209,206). Sum of RGB (Red+Green+Blue) = 221+209+206=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CE is #222E31. Grayscale: #D4D4D4. Windows color (decimal): -2240050 or 13554141. OLE color: 13554141.

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

Color convert

RGB221209206-
CMYK00.050.070.13
HSL12º18.07%83.73%-
HSV(B)12º6.79%86.67%-
XYZ63.7665.4367.66-
YUV212.25124.48134.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=34.75%
G=32.86%
B=32.39%

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
Decimal22120920600.050.070.131218.0783.73
HexDDD1CE057Dc1254
Octal335321316057151422124
Binary110111011101000111001110010111111011100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1CE; }

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

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

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

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

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

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

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

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