#D6D0CF

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

Shades of Mercury #D6D0CF

Tints of Mercury #D6D0CF

Color information

#D6D0CF (or 0xD6D0CF) is unknown color: approx Mercury. HEX triplet: D6, D0 and CF. RGB value is (214,208,207). Sum of RGB (Red+Green+Blue) = 214+208+207=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CF is #292F30. Grayscale: #D1D1D1. Windows color (decimal): -2699057 or 13619414. OLE color: 13619414.

HSL color Cylindrical-coordinate representation of color #D6D0CF: hue angle of 8.57º 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 #D6D0CF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214208207-
CMYK00.030.030.16
HSL8.57º7.87%82.55%-
HSV(B)8.57º3.27%83.92%-
XYZ61.5563.9168.12-
YUV209.68126.49131.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=34.02%
G=33.07%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420820700.030.030.168.577.8782.55
HexD6D0CF033109853
Octal326320317033201110123
Binary1101011011010000110011110111110000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0CF; }

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

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

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

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

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

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

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

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