#DED1CE

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

Shades of Mercury #DED1CE

Tints of Mercury #DED1CE

Color information

#DED1CE (or 0xDED1CE) is unknown color: approx Mercury. HEX triplet: DE, D1 and CE. RGB value is (222,209,206). Sum of RGB (Red+Green+Blue) = 222+209+206=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CE is #212E31. Grayscale: #D4D4D4. Windows color (decimal): -2174514 or 13554142. OLE color: 13554142.

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

Color convert

RGB222209206-
CMYK00.060.070.13
HSL11.25º19.51%83.92%-
HSV(B)11.25º7.21%87.06%-
XYZ64.0765.5967.68-
YUV212.54124.31134.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=34.85%
G=32.81%
B=32.34%

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
Decimal22220920600.060.070.1311.2519.5183.92
HexDED1CE067Db1454
Octal336321316067151324124
Binary110111101101000111001110011011111011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1CE; }

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

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

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

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

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

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

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

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