#D8CFCC

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

Shades of Mercury #D8CFCC

Tints of Mercury #D8CFCC

Color information

#D8CFCC (or 0xD8CFCC) is unknown color: approx Mercury. HEX triplet: D8, CF and CC. RGB value is (216,207,204). Sum of RGB (Red+Green+Blue) = 216+207+204=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCC is #273033. Grayscale: #D1D1D1. Windows color (decimal): -2568244 or 13422552. OLE color: 13422552.

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

Color convert

RGB216207204-
CMYK00.040.060.15
HSL15º13.33%82.35%-
HSV(B)15º5.56%84.71%-
XYZ61.5363.5866.16-
YUV209.35124.98132.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=34.45%
G=33.01%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620720400.040.060.151513.3382.35
HexD8CFCC046Ffd52
Octal330317314046171715122
Binary11011000110011111100110001001101111111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFCC; }

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

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

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

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

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

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

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

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