#DCCFCB

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

Shades of Mercury #DCCFCB

Tints of Mercury #DCCFCB

Color information

#DCCFCB (or 0xDCCFCB) is unknown color: approx Mercury. HEX triplet: DC, CF and CB. RGB value is (220,207,203). Sum of RGB (Red+Green+Blue) = 220+207+203=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFCB is #233034. Grayscale: #D2D2D2. Windows color (decimal): -2306101 or 13357020. OLE color: 13357020.

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

Color convert

RGB220207203-
CMYK00.060.080.14
HSL14.12º19.54%82.94%-
HSV(B)14.12º7.73%86.27%-
XYZ62.6164.1565.58-
YUV210.43123.81134.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=34.92%
G=32.86%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020720300.060.080.1414.1219.5482.94
HexDCCFCB068Ee1453
Octal3343173130610161624123
Binary1101110011001111110010110110100011101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFCB; }

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

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

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

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

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

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

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

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