#DECECA

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

Shades of Mercury #DECECA

Tints of Mercury #DECECA

Color information

#DECECA (or 0xDECECA) is unknown color: approx Mercury. HEX triplet: DE, CE and CA. RGB value is (222,206,202). Sum of RGB (Red+Green+Blue) = 222+206+202=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DECECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECECA is #213135. Grayscale: #D2D2D2. Windows color (decimal): -2175286 or 13291230. OLE color: 13291230.

HSL color Cylindrical-coordinate representation of color #DECECA: hue angle of 12º 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 #DECECA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222206202-
CMYK00.070.090.13
HSL12º23.26%83.14%-
HSV(B)12º9.01%87.06%-
XYZ62.8663.9464.91-
YUV210.33123.3136.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=35.24%
G=32.70%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220620200.070.090.131223.2683.14
HexDECECA079Dc1753
Octal3363163120711151427123
Binary1101111011001110110010100111100111011100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECECA; }

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

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

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

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

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

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

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

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