#CFCDCC

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

Shades of Mercury #CFCDCC

Tints of Mercury #CFCDCC

Color information

#CFCDCC (or 0xCFCDCC) is unknown color: approx Mercury. HEX triplet: CF, CD and CC. RGB value is (207,205,204). Sum of RGB (Red+Green+Blue) = 207+205+204=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDCC is #303233. Grayscale: #CDCDCD. Windows color (decimal): -3158580 or 13422031. OLE color: 13422031.

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

Color convert

RGB207205204-
CMYK00.010.010.19
HSL20º3.03%80.59%-
HSV(B)20º1.45%81.18%-
XYZ58.4661.2965.88-
YUV205.48127.16129.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=33.60%
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
Decimal20720520400.010.010.19203.0380.59
HexCFCDCC0111314351
Octal31731531401123243121
Binary1100111111001101110011000111001110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDCC; }

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

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

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

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

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

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

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

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