#DED4D1

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

Shades of Mercury #DED4D1

Tints of Mercury #DED4D1

Color information

#DED4D1 (or 0xDED4D1) is unknown color: approx Mercury. HEX triplet: DE, D4 and D1. RGB value is (222,212,209). Sum of RGB (Red+Green+Blue) = 222+212+209=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4D1 is #212B2E. Grayscale: #D6D6D6. Windows color (decimal): -2173743 or 13751518. OLE color: 13751518.

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

Color convert

RGB222212209-
CMYK00.050.060.13
HSL13.85º16.46%84.51%-
HSV(B)13.85º5.86%87.06%-
XYZ65.1867.2269.86-
YUV214.65124.81133.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 212 (83.20% from 255) = 32.97%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=34.53%
G=32.97%
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
Decimal22221220900.050.060.1313.8516.4684.51
HexDED4D1056De1055
Octal336324321056151620125
Binary110111101101010011010001010111011011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4D1; }

 p { color: rgb(222,212,209); }

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

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

 a { background-color: rgb(222,212,209); }

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

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

 span { border-color: rgb(222,212,209); }

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