#DCCFCC

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

Shades of Mercury #DCCFCC

Tints of Mercury #DCCFCC

Color information

#DCCFCC (or 0xDCCFCC) is unknown color: approx Mercury. HEX triplet: DC, CF and CC. RGB value is (220,207,204). Sum of RGB (Red+Green+Blue) = 220+207+204=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFCC is #233033. Grayscale: #D2D2D2. Windows color (decimal): -2306100 or 13422556. OLE color: 13422556.

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

Color convert

RGB220207204-
CMYK00.060.070.14
HSL11.25º18.6%83.14%-
HSV(B)11.25º7.27%86.27%-
XYZ62.7364.266.21-
YUV210.54124.31134.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=34.87%
G=32.81%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020720400.060.070.1411.2518.683.14
HexDCCFCC067Eb1353
Octal334317314067161323123
Binary110111001100111111001100011011111101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFCC; }

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

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

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

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

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

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

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

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