#DECFCC

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

Shades of Mercury #DECFCC

Tints of Mercury #DECFCC

Color information

#DECFCC (or 0xDECFCC) is unknown color: approx Mercury. HEX triplet: DE, CF and CC. RGB value is (222,207,204). Sum of RGB (Red+Green+Blue) = 222+207+204=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFCC is #213033. Grayscale: #D3D3D3. Windows color (decimal): -2175028 or 13422558. OLE color: 13422558.

HSL color Cylindrical-coordinate representation of color #DECFCC: hue angle of 10º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECFCC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222207204-
CMYK00.070.080.13
HSL10º21.43%83.53%-
HSV(B)10º8.11%87.06%-
XYZ63.3464.5166.24-
YUV211.14123.97135.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=35.07%
G=32.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220720400.070.080.131021.4383.53
HexDECFCC078Da1554
Octal3363173140710151225124
Binary1101111011001111110011000111100011011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFCC; }

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

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

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

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

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

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

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

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