#D2D0CF

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

Shades of Mercury #D2D0CF

Tints of Mercury #D2D0CF

Color information

#D2D0CF (or 0xD2D0CF) is unknown color: approx Mercury. HEX triplet: D2, D0 and CF. RGB value is (210,208,207). Sum of RGB (Red+Green+Blue) = 210+208+207=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0CF is #2D2F30. Grayscale: #D0D0D0. Windows color (decimal): -2961201 or 13619410. OLE color: 13619410.

HSL color Cylindrical-coordinate representation of color #D2D0CF: hue angle of 20º degrees, saturation: 0.03, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D2D0CF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210208207-
CMYK00.010.010.18
HSL20º3.23%81.76%-
HSV(B)20º1.43%82.35%-
XYZ60.463.3268.07-
YUV208.48127.16129.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=33.6%
G=33.28%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020820700.010.010.18203.2381.76
HexD2D0CF0111214352
Octal32232031701122243122
Binary1101001011010000110011110111001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0CF; }

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

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

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

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

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

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

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

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