#D6CDCB

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

Shades of Mercury #D6CDCB

Tints of Mercury #D6CDCB

Color information

#D6CDCB (or 0xD6CDCB) is unknown color: approx Mercury. HEX triplet: D6, CD and CB. RGB value is (214,205,203). Sum of RGB (Red+Green+Blue) = 214+205+203=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDCB is #293234. Grayscale: #CFCFCF. Windows color (decimal): -2699829 or 13356502. OLE color: 13356502.

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

Color convert

RGB214205203-
CMYK00.040.050.16
HSL10.91º11.83%81.76%-
HSV(B)10.91º5.14%83.92%-
XYZ60.3462.2765.34-
YUV207.46125.48132.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=34.41%
G=32.96%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420520300.040.050.1610.9111.8381.76
HexD6CDCB04510bc52
Octal326315313045201314122
Binary110101101100110111001011010010110000101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDCB; }

 p { color: rgb(214,205,203); }

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

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

 a { background-color: rgb(214,205,203); }

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

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

 span { border-color: rgb(214,205,203); }

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