#CECCCB

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

Shades of Mercury #CECCCB

Tints of Mercury #CECCCB

Color information

#CECCCB (or 0xCECCCB) is unknown color: approx Mercury. HEX triplet: CE, CC and CB. RGB value is (206,204,203). Sum of RGB (Red+Green+Blue) = 206+204+203=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCB is #313334. Grayscale: #CCCCCC. Windows color (decimal): -3224373 or 13356238. OLE color: 13356238.

HSL color Cylindrical-coordinate representation of color #CECCCB: hue angle of 20º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECCCB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206204203-
CMYK00.010.010.19
HSL20º2.97%80.2%-
HSV(B)20º1.46%80.78%-
XYZ57.8360.6265.15-
YUV204.48127.16129.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=33.61%
G=33.28%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620420300.010.010.19202.9780.2
HexCECCCB0111314350
Octal31631431301123243120
Binary1100111011001100110010110111001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCCB; }

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

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

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

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

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

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

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

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