#DACDCB

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

Shades of Mercury #DACDCB

Tints of Mercury #DACDCB

Color information

#DACDCB (or 0xDACDCB) is unknown color: approx Mercury. HEX triplet: DA, CD and CB. RGB value is (218,205,203). Sum of RGB (Red+Green+Blue) = 218+205+203=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDCB is #253234. Grayscale: #D0D0D0. Windows color (decimal): -2437685 or 13356506. OLE color: 13356506.

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

Color convert

RGB218205203-
CMYK00.060.070.15
HSL16.85%82.55%-
HSV(B)6.88%85.49%-
XYZ61.5262.8865.39-
YUV208.66124.81134.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=34.82%
G=32.75%
B=32.43%

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
Decimal21820520300.060.070.15816.8582.55
HexDACDCB067F81153
Octal332315313067171021123
Binary110110101100110111001011011011111111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDCB; }

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

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

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

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

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

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

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

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