#DFD1CD

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

Shades of Mercury #DFD1CD

Tints of Mercury #DFD1CD

Color information

#DFD1CD (or 0xDFD1CD) is unknown color: approx Mercury. HEX triplet: DF, D1 and CD. RGB value is (223,209,205). Sum of RGB (Red+Green+Blue) = 223+209+205=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CD is #202E32. Grayscale: #D4D4D4. Windows color (decimal): -2108979 or 13488607. OLE color: 13488607.

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

Color convert

RGB223209205-
CMYK00.060.080.13
HSL13.33º21.95%83.92%-
HSV(B)13.33º8.07%87.45%-
XYZ64.2565.767.05-
YUV212.73123.64135.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=35.01%
G=32.81%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320920500.060.080.1313.3321.9583.92
HexDFD1CD068Dd1654
Octal3373213150610151526124
Binary1101111111010001110011010110100011011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1CD; }

 p { color: rgb(223,209,205); }

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

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

 a { background-color: rgb(223,209,205); }

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

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

 span { border-color: rgb(223,209,205); }

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