#D7CDCA

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

Shades of Mercury #D7CDCA

Tints of Mercury #D7CDCA

Color information

#D7CDCA (or 0xD7CDCA) is unknown color: approx Mercury. HEX triplet: D7, CD and CA. RGB value is (215,205,202). Sum of RGB (Red+Green+Blue) = 215+205+202=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDCA is #283235. Grayscale: #CFCFCF. Windows color (decimal): -2634294 or 13290967. OLE color: 13290967.

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

Color convert

RGB215205202-
CMYK00.050.060.16
HSL13.85º13.98%81.76%-
HSV(B)13.85º6.05%84.31%-
XYZ60.5262.3764.73-
YUV207.65124.81133.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=34.57%
G=32.96%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520520200.050.060.1613.8513.9881.76
HexD7CDCA05610ee52
Octal327315312056201616122
Binary110101111100110111001010010111010000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDCA; }

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

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

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

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

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

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

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

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