#DCCECB

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

Shades of Mercury #DCCECB

Tints of Mercury #DCCECB

Color information

#DCCECB (or 0xDCCECB) is unknown color: approx Mercury. HEX triplet: DC, CE and CB. RGB value is (220,206,203). Sum of RGB (Red+Green+Blue) = 220+206+203=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCECB is #233134. Grayscale: #D1D1D1. Windows color (decimal): -2306357 or 13356764. OLE color: 13356764.

HSL color Cylindrical-coordinate representation of color #DCCECB: hue angle of 10.59º 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 #DCCECB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220206203-
CMYK00.060.080.14
HSL10.59º19.54%82.94%-
HSV(B)10.59º7.73%86.27%-
XYZ62.3763.6765.5-
YUV209.84124.14135.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=34.98%
G=32.75%
B=32.27%

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
Decimal22020620300.060.080.1410.5919.5482.94
HexDCCECB068Eb1453
Octal3343163130610161324123
Binary1101110011001110110010110110100011101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCECB; }

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

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

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

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

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

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

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

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