#D6D1CF

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

Shades of Mercury #D6D1CF

Tints of Mercury #D6D1CF

Color information

#D6D1CF (or 0xD6D1CF) is unknown color: approx Mercury. HEX triplet: D6, D1 and CF. RGB value is (214,209,207). Sum of RGB (Red+Green+Blue) = 214+209+207=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CF is #292E30. Grayscale: #D2D2D2. Windows color (decimal): -2698801 or 13619670. OLE color: 13619670.

HSL color Cylindrical-coordinate representation of color #D6D1CF: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D1CF is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214209207-
CMYK00.020.030.16
HSL17.14º7.87%82.55%-
HSV(B)17.14º3.27%83.92%-
XYZ61.7964.468.21-
YUV210.27126.16130.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=33.97%
G=33.17%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420920700.020.030.1617.147.8782.55
HexD6D1CF0231011853
Octal326321317023202110123
Binary11010110110100011100111101011100001000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1CF; }

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

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

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

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

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

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

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

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