#D2CDCC

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

Shades of Mercury #D2CDCC

Tints of Mercury #D2CDCC

Color information

#D2CDCC (or 0xD2CDCC) is unknown color: approx Mercury. HEX triplet: D2, CD and CC. RGB value is (210,205,204). Sum of RGB (Red+Green+Blue) = 210+205+204=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDCC is #2D3233. Grayscale: #CECECE. Windows color (decimal): -2961972 or 13422034. OLE color: 13422034.

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

Color convert

RGB210205204-
CMYK00.020.030.18
HSL10º6.25%81.18%-
HSV(B)10º2.86%82.35%-
XYZ59.3161.7265.91-
YUV206.38126.66130.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=33.93%
G=33.12%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020520400.020.030.18106.2581.18
HexD2CDCC02312a651
Octal32231531402322126121
Binary110100101100110111001100010111001010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDCC; }

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

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

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

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

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

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

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

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