#D8D1CF

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

Shades of Mercury #D8D1CF

Tints of Mercury #D8D1CF

Color information

#D8D1CF (or 0xD8D1CF) is unknown color: approx Mercury. HEX triplet: D8, D1 and CF. RGB value is (216,209,207). Sum of RGB (Red+Green+Blue) = 216+209+207=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1CF is #272E30. Grayscale: #D2D2D2. Windows color (decimal): -2567729 or 13619672. OLE color: 13619672.

HSL color Cylindrical-coordinate representation of color #D8D1CF: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D1CF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216209207-
CMYK00.030.040.15
HSL13.33º10.34%82.94%-
HSV(B)13.33º4.17%84.71%-
XYZ62.3864.768.23-
YUV210.86125.82131.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=34.18%
G=33.07%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620920700.030.040.1513.3310.3482.94
HexD8D1CF034Fda53
Octal330321317034171512123
Binary1101100011010001110011110111001111110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D1CF; }

 p { color: rgb(216,209,207); }

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

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

 a { background-color: rgb(216,209,207); }

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

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

 span { border-color: rgb(216,209,207); }

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