#D1CFCE

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

Shades of Mercury #D1CFCE

Tints of Mercury #D1CFCE

Color information

#D1CFCE (or 0xD1CFCE) is unknown color: approx Mercury. HEX triplet: D1, CF and CE. RGB value is (209,207,206). Sum of RGB (Red+Green+Blue) = 209+207+206=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFCE is #2E3031. Grayscale: #CFCFCF. Windows color (decimal): -3026994 or 13553617. OLE color: 13553617.

HSL color Cylindrical-coordinate representation of color #D1CFCE: hue angle of 20º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1CFCE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209207206-
CMYK00.010.010.18
HSL20º3.16%81.37%-
HSV(B)20º1.44%81.96%-
XYZ59.7562.6467.33-
YUV207.48127.16129.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=33.60%
G=33.28%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920720600.010.010.18203.1681.37
HexD1CFCE0111214351
Octal32131731601122243121
Binary1101000111001111110011100111001010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFCE; }

 p { color: rgb(209,207,206); }

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

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

 a { background-color: rgb(209,207,206); }

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

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

 span { border-color: rgb(209,207,206); }

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