#D7CCCA

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

Shades of Mercury #D7CCCA

Tints of Mercury #D7CCCA

Color information

#D7CCCA (or 0xD7CCCA) is unknown color: approx Mercury. HEX triplet: D7, CC and CA. RGB value is (215,204,202). Sum of RGB (Red+Green+Blue) = 215+204+202=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCCA is #283335. Grayscale: #CFCFCF. Windows color (decimal): -2634550 or 13290711. OLE color: 13290711.

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

Color convert

RGB215204202-
CMYK00.050.060.16
HSL9.23º13.98%81.76%-
HSV(B)9.23º6.05%84.31%-
XYZ60.2861.964.65-
YUV207.06125.14133.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=34.62%
G=32.85%
B=32.53%

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
Decimal21520420200.050.060.169.2313.9881.76
HexD7CCCA056109e52
Octal327314312056201116122
Binary110101111100110011001010010111010000100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCCA; }

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

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

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

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

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

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

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

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