#D2CECD

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

Shades of Mercury #D2CECD

Tints of Mercury #D2CECD

Color information

#D2CECD (or 0xD2CECD) is unknown color: approx Mercury. HEX triplet: D2, CE and CD. RGB value is (210,206,205). Sum of RGB (Red+Green+Blue) = 210+206+205=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CECD is #2D3132. Grayscale: #CFCFCF. Windows color (decimal): -2961715 or 13487826. OLE color: 13487826.

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

Color convert

RGB210206205-
CMYK00.020.020.18
HSL12º5.26%81.37%-
HSV(B)12º2.38%82.35%-
XYZ59.6762.2566.63-
YUV207.08126.83130.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=33.82%
G=33.17%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020620500.020.020.18125.2681.37
HexD2CECD02212c551
Octal32231631502222145121
Binary110100101100111011001101010101001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CECD; }

 p { color: rgb(210,206,205); }

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

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

 a { background-color: rgb(210,206,205); }

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

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

 span { border-color: rgb(210,206,205); }

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