#DDCECA

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

Shades of Mercury #DDCECA

Tints of Mercury #DDCECA

Color information

#DDCECA (or 0xDDCECA) is unknown color: approx Mercury. HEX triplet: DD, CE and CA. RGB value is (221,206,202). Sum of RGB (Red+Green+Blue) = 221+206+202=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECA is #223135. Grayscale: #D2D2D2. Windows color (decimal): -2240822 or 13291229. OLE color: 13291229.

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

Color convert

RGB221206202-
CMYK00.070.090.13
HSL12.63º21.84%82.94%-
HSV(B)12.63º8.6%86.67%-
XYZ62.5563.7864.89-
YUV210.03123.47135.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=35.14%
G=32.75%
B=32.11%

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
Decimal22120620200.070.090.1312.6321.8482.94
HexDDCECA079Dd1653
Octal3353163120711151526123
Binary1101110111001110110010100111100111011101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCECA; }

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

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

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

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

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

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

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

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