#D7D0CE

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

Shades of Mercury #D7D0CE

Tints of Mercury #D7D0CE

Color information

#D7D0CE (or 0xD7D0CE) is unknown color: approx Mercury. HEX triplet: D7, D0 and CE. RGB value is (215,208,206). Sum of RGB (Red+Green+Blue) = 215+208+206=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CE is #282F31. Grayscale: #D1D1D1. Windows color (decimal): -2633522 or 13553879. OLE color: 13553879.

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

Color convert

RGB215208206-
CMYK00.030.040.16
HSL13.33º10.11%82.55%-
HSV(B)13.33º4.19%84.31%-
XYZ61.7264.0267.5-
YUV209.86125.82131.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 206 (80.86% 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.16
SystemRedGreenBlueCMYKHSL
Decimal21520820600.030.040.1613.3310.1182.55
HexD7D0CE03410da53
Octal327320316034201512123
Binary11010111110100001100111001110010000110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0CE; }

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

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

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

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

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

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

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

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