#D6CECB

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

Shades of Mercury #D6CECB

Tints of Mercury #D6CECB

Color information

#D6CECB (or 0xD6CECB) is unknown color: approx Mercury. HEX triplet: D6, CE and CB. RGB value is (214,206,203). Sum of RGB (Red+Green+Blue) = 214+206+203=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CECB is #293134. Grayscale: #D0D0D0. Windows color (decimal): -2699573 or 13356758. OLE color: 13356758.

HSL color Cylindrical-coordinate representation of color #D6CECB: hue angle of 16.36º 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 #D6CECB is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214206203-
CMYK00.040.050.16
HSL16.36º11.83%81.76%-
HSV(B)16.36º5.14%83.92%-
XYZ60.5862.7565.42-
YUV208.05125.15132.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=34.35%
G=33.07%
B=32.58%

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
Decimal21420620300.040.050.1616.3611.8381.76
HexD6CECB0451010c52
Octal326316313045202014122
Binary1101011011001110110010110100101100001000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CECB; }

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

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

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

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

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

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

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

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