#DACFCD

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

Shades of Mercury #DACFCD

Tints of Mercury #DACFCD

Color information

#DACFCD (or 0xDACFCD) is unknown color: approx Mercury. HEX triplet: DA, CF and CD. RGB value is (218,207,205). Sum of RGB (Red+Green+Blue) = 218+207+205=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFCD is #253032. Grayscale: #D2D2D2. Windows color (decimal): -2437171 or 13488090. OLE color: 13488090.

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

Color convert

RGB218207205-
CMYK00.050.060.15
HSL9.23º14.94%82.94%-
HSV(B)9.23º5.96%85.49%-
XYZ62.2563.9466.82-
YUV210.06125.14133.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=34.60%
G=32.86%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820720500.050.060.159.2314.9482.94
HexDACFCD056F9f53
Octal332317315056171117123
Binary11011010110011111100110101011101111100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFCD; }

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

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

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

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

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

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

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

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