#D5D0CF

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

Shades of Mercury #D5D0CF

Tints of Mercury #D5D0CF

Color information

#D5D0CF (or 0xD5D0CF) is unknown color: approx Mercury. HEX triplet: D5, D0 and CF. RGB value is (213,208,207). Sum of RGB (Red+Green+Blue) = 213+208+207=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CF is #2A2F30. Grayscale: #D1D1D1. Windows color (decimal): -2764593 or 13619413. OLE color: 13619413.

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

Color convert

RGB213208207-
CMYK00.020.030.16
HSL10º6.67%82.35%-
HSV(B)10º2.82%83.53%-
XYZ61.2663.7668.11-
YUV209.38126.66130.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=33.92%
G=33.12%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320820700.020.030.16106.6782.35
HexD5D0CF02310a752
Octal32532031702320127122
Binary110101011101000011001111010111000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0CF; }

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

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

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

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

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

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

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

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