#D5CECD

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

Shades of Mercury #D5CECD

Tints of Mercury #D5CECD

Color information

#D5CECD (or 0xD5CECD) is unknown color: approx Mercury. HEX triplet: D5, CE and CD. RGB value is (213,206,205). Sum of RGB (Red+Green+Blue) = 213+206+205=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECD is #2A3132. Grayscale: #CFCFCF. Windows color (decimal): -2765107 or 13487829. OLE color: 13487829.

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

Color convert

RGB213206205-
CMYK00.030.040.16
HSL7.5º8.7%81.96%-
HSV(B)7.5º3.76%83.53%-
XYZ60.5362.766.67-
YUV207.98126.32131.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=34.13%
G=33.01%
B=32.85%

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
Decimal21320620500.030.040.167.58.781.96
HexD5CECD034108952
Octal325316315034201011122
Binary11010101110011101100110101110010000100010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CECD; }

 p { color: rgb(213,206,205); }

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

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

 a { background-color: rgb(213,206,205); }

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

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

 span { border-color: rgb(213,206,205); }

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