#D7CFCC

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

Shades of Mercury #D7CFCC

Tints of Mercury #D7CFCC

Color information

#D7CFCC (or 0xD7CFCC) is unknown color: approx Mercury. HEX triplet: D7, CF and CC. RGB value is (215,207,204). Sum of RGB (Red+Green+Blue) = 215+207+204=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFCC is #283033. Grayscale: #D1D1D1. Windows color (decimal): -2633780 or 13422551. OLE color: 13422551.

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

Color convert

RGB215207204-
CMYK00.040.050.16
HSL16.36º12.09%82.16%-
HSV(B)16.36º5.12%84.31%-
XYZ61.2463.4366.14-
YUV209.05125.15132.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=34.35%
G=33.07%
B=32.59%

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
Decimal21520720400.040.050.1616.3612.0982.16
HexD7CFCC0451010c52
Octal327317314045202014122
Binary1101011111001111110011000100101100001000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFCC; }

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

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

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

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

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

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

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

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