#DDD0CC

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

Shades of Mercury #DDD0CC

Tints of Mercury #DDD0CC

Color information

#DDD0CC (or 0xDDD0CC) is unknown color: approx Mercury. HEX triplet: DD, D0 and CC. RGB value is (221,208,204). Sum of RGB (Red+Green+Blue) = 221+208+204=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CC is #222F33. Grayscale: #D3D3D3. Windows color (decimal): -2240308 or 13422813. OLE color: 13422813.

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

Color convert

RGB221208204-
CMYK00.060.080.13
HSL14.12º20%83.33%-
HSV(B)14.12º7.69%86.67%-
XYZ63.2764.8466.31-
YUV211.43123.81134.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=34.91%
G=32.86%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120820400.060.080.1314.122083.33
HexDDD0CC068De1453
Octal3353203140610151624123
Binary1101110111010000110011000110100011011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0CC; }

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

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

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

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

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

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

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

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