#D7D0CF

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

Shades of Mercury #D7D0CF

Tints of Mercury #D7D0CF

Color information

#D7D0CF (or 0xD7D0CF) is unknown color: approx Mercury. HEX triplet: D7, D0 and CF. RGB value is (215,208,207). Sum of RGB (Red+Green+Blue) = 215+208+207=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CF is #282F30. Grayscale: #D1D1D1. Windows color (decimal): -2633521 or 13619415. OLE color: 13619415.

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

Color convert

RGB215208207-
CMYK00.030.040.16
HSL7.5º9.09%82.75%-
HSV(B)7.5º3.72%84.31%-
XYZ61.8464.0668.14-
YUV209.98126.32131.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=34.13%
G=33.02%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520820700.030.040.167.59.0982.75
HexD7D0CF034108953
Octal327320317034201011123
Binary11010111110100001100111101110010000100010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0CF; }

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

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

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

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

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

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

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

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