#D6CDCA

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

Shades of Mercury #D6CDCA

Tints of Mercury #D6CDCA

Color information

#D6CDCA (or 0xD6CDCA) is unknown color: approx Mercury. HEX triplet: D6, CD and CA. RGB value is (214,205,202). Sum of RGB (Red+Green+Blue) = 214+205+202=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDCA is #293235. Grayscale: #CFCFCF. Windows color (decimal): -2699830 or 13290966. OLE color: 13290966.

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

Color convert

RGB214205202-
CMYK00.040.060.16
HSL15º12.77%81.57%-
HSV(B)15º5.61%83.92%-
XYZ60.2262.2264.71-
YUV207.35124.98132.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=34.46%
G=33.01%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420520200.040.060.161512.7781.57
HexD6CDCA04610fd52
Octal326315312046201715122
Binary110101101100110111001010010011010000111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDCA; }

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

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

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

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

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

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

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

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