#DACDCA

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

Shades of Mercury #DACDCA

Tints of Mercury #DACDCA

Color information

#DACDCA (or 0xDACDCA) is unknown color: approx Mercury. HEX triplet: DA, CD and CA. RGB value is (218,205,202). Sum of RGB (Red+Green+Blue) = 218+205+202=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDCA is #253235. Grayscale: #D0D0D0. Windows color (decimal): -2437686 or 13290970. OLE color: 13290970.

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

Color convert

RGB218205202-
CMYK00.060.070.15
HSL11.25º17.78%82.35%-
HSV(B)11.25º7.34%85.49%-
XYZ61.4162.8364.77-
YUV208.54124.31134.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=34.88%
G=32.8%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820520200.060.070.1511.2517.7882.35
HexDACDCA067Fb1252
Octal332315312067171322122
Binary110110101100110111001010011011111111011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDCA; }

 p { color: rgb(218,205,202); }

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

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

 a { background-color: rgb(218,205,202); }

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

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

 span { border-color: rgb(218,205,202); }

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