#DECDCA

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

Shades of Mercury #DECDCA

Tints of Mercury #DECDCA

Color information

#DECDCA (or 0xDECDCA) is unknown color: approx Mercury. HEX triplet: DE, CD and CA. RGB value is (222,205,202). Sum of RGB (Red+Green+Blue) = 222+205+202=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDCA is #213235. Grayscale: #D1D1D1. Windows color (decimal): -2175542 or 13290974. OLE color: 13290974.

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

Color convert

RGB222205202-
CMYK00.080.090.13
HSL23.26%83.14%-
HSV(B)9.01%87.06%-
XYZ62.6263.4664.83-
YUV209.74123.63136.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=35.29%
G=32.59%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220520200.080.090.13923.2683.14
HexDECDCA089D91753
Octal33631531201011151127123
Binary11011110110011011100101001000100111011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDCA; }

 p { color: rgb(222,205,202); }

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

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

 a { background-color: rgb(222,205,202); }

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

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

 span { border-color: rgb(222,205,202); }

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