#DED3D0

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

Shades of Mercury #DED3D0

Tints of Mercury #DED3D0

Color information

#DED3D0 (or 0xDED3D0) is unknown color: approx Mercury. HEX triplet: DE, D3 and D0. RGB value is (222,211,208). Sum of RGB (Red+Green+Blue) = 222+211+208=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3D0 is #212C2F. Grayscale: #D5D5D5. Windows color (decimal): -2174000 or 13685726. OLE color: 13685726.

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

Color convert

RGB222211208-
CMYK00.050.060.13
HSL12.86º17.5%84.31%-
HSV(B)12.86º6.31%87.06%-
XYZ64.866.6769.13-
YUV213.95124.64133.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=34.63%
G=32.92%
B=32.45%

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
Decimal22221120800.050.060.1312.8617.584.31
HexDED3D0056Dd1254
Octal336323320056151522124
Binary110111101101001111010000010111011011101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED3D0; }

 p { color: rgb(222,211,208); }

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

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

 a { background-color: rgb(222,211,208); }

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

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

 span { border-color: rgb(222,211,208); }

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