#D6D0CE

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

Shades of Mercury #D6D0CE

Tints of Mercury #D6D0CE

Color information

#D6D0CE (or 0xD6D0CE) is unknown color: approx Mercury. HEX triplet: D6, D0 and CE. RGB value is (214,208,206). Sum of RGB (Red+Green+Blue) = 214+208+206=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CE is #292F31. Grayscale: #D1D1D1. Windows color (decimal): -2699058 or 13553878. OLE color: 13553878.

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

Color convert

RGB214208206-
CMYK00.030.040.16
HSL15º8.89%82.35%-
HSV(B)15º3.74%83.92%-
XYZ61.4363.8667.48-
YUV209.57125.99131.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.08%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=34.08%
G=33.12%
B=32.80%

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
Decimal21420820600.030.040.16158.8982.35
HexD6D0CE03410f952
Octal326320316034201711122
Binary11010110110100001100111001110010000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0CE; }

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

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

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

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

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

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

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

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