#DDCECC

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

Shades of Mercury #DDCECC

Tints of Mercury #DDCECC

Color information

#DDCECC (or 0xDDCECC) is unknown color: approx Mercury. HEX triplet: DD, CE and CC. RGB value is (221,206,204). Sum of RGB (Red+Green+Blue) = 221+206+204=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECC is #223133. Grayscale: #D2D2D2. Windows color (decimal): -2240820 or 13422301. OLE color: 13422301.

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

Color convert

RGB221206204-
CMYK00.070.080.13
HSL7.06º20%83.33%-
HSV(B)7.06º7.69%86.67%-
XYZ62.7963.8766.15-
YUV210.26124.47135.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=35.02%
G=32.65%
B=32.33%

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
Decimal22120620400.070.080.137.062083.33
HexDDCECC078D71453
Octal335316314071015724123
Binary110111011100111011001100011110001101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCECC; }

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

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

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

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

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

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

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

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