#DACFCC

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

Shades of Mercury #DACFCC

Tints of Mercury #DACFCC

Color information

#DACFCC (or 0xDACFCC) is unknown color: approx Mercury. HEX triplet: DA, CF and CC. RGB value is (218,207,204). Sum of RGB (Red+Green+Blue) = 218+207+204=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFCC is #253033. Grayscale: #D1D1D1. Windows color (decimal): -2437172 or 13422554. OLE color: 13422554.

HSL color Cylindrical-coordinate representation of color #DACFCC: hue angle of 12.86º degrees, saturation: 0.16, 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 #DACFCC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218207204-
CMYK00.050.060.15
HSL12.86º15.91%82.75%-
HSV(B)12.86º6.42%85.49%-
XYZ62.1363.8966.18-
YUV209.95124.64133.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=34.66%
G=32.91%
B=32.43%

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
Decimal21820720400.050.060.1512.8615.9182.75
HexDACFCC056Fd1053
Octal332317314056171520123
Binary110110101100111111001100010111011111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFCC; }

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

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

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

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

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

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

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

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