#D9D2CF

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

Shades of Mercury #D9D2CF

Tints of Mercury #D9D2CF

Color information

#D9D2CF (or 0xD9D2CF) is unknown color: approx Mercury. HEX triplet: D9, D2 and CF. RGB value is (217,210,207). Sum of RGB (Red+Green+Blue) = 217+210+207=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2CF is #262D30. Grayscale: #D3D3D3. Windows color (decimal): -2501937 or 13619929. OLE color: 13619929.

HSL color Cylindrical-coordinate representation of color #D9D2CF: hue angle of 18º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D2CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217210207-
CMYK00.030.050.15
HSL18º11.63%83.14%-
HSV(B)18º4.61%85.1%-
XYZ62.9265.3568.33-
YUV211.75125.32131.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=34.23%
G=33.12%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721020700.030.050.151811.6383.14
HexD9D2CF035F12c53
Octal331322317035172214123
Binary11011001110100101100111101110111111001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2CF; }

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

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

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

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

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

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

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

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