#DDCCCA

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

Shades of Mercury #DDCCCA

Tints of Mercury #DDCCCA

Color information

#DDCCCA (or 0xDDCCCA) is unknown color: approx Mercury. HEX triplet: DD, CC and CA. RGB value is (221,204,202). Sum of RGB (Red+Green+Blue) = 221+204+202=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCA is #223335. Grayscale: #D0D0D0. Windows color (decimal): -2241334 or 13290717. OLE color: 13290717.

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

Color convert

RGB221204202-
CMYK00.080.090.13
HSL6.32º21.84%82.94%-
HSV(B)6.32º8.6%86.67%-
XYZ62.0762.8264.73-
YUV208.86124.13136.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=35.25%
G=32.54%
B=32.22%

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
Decimal22120420200.080.090.136.3221.8482.94
HexDDCCCA089D61653
Octal3353143120101115626123
Binary1101110111001100110010100100010011101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCCA; }

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

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

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

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

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

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

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

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