#D0CDCC

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

Shades of Mercury #D0CDCC

Tints of Mercury #D0CDCC

Color information

#D0CDCC (or 0xD0CDCC) is unknown color: approx Mercury. HEX triplet: D0, CD and CC. RGB value is (208,205,204). Sum of RGB (Red+Green+Blue) = 208+205+204=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCC is #2F3233. Grayscale: #CDCDCD. Windows color (decimal): -3093044 or 13422032. OLE color: 13422032.

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

Color convert

RGB208205204-
CMYK00.010.020.18
HSL15º4.08%80.78%-
HSV(B)15º1.92%81.57%-
XYZ58.7461.4365.89-
YUV205.78126.99129.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.71%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=33.71%
G=33.23%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820520400.010.020.18154.0880.78
HexD0CDCC01212f451
Octal32031531401222174121
Binary11010000110011011100110001101001011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDCC; }

 p { color: rgb(208,205,204); }

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

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

 a { background-color: rgb(208,205,204); }

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

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

 span { border-color: rgb(208,205,204); }

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