#DDCFCC

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

Shades of Mercury #DDCFCC

Tints of Mercury #DDCFCC

Color information

#DDCFCC (or 0xDDCFCC) is unknown color: approx Mercury. HEX triplet: DD, CF and CC. RGB value is (221,207,204). Sum of RGB (Red+Green+Blue) = 221+207+204=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCC is #223033. Grayscale: #D2D2D2. Windows color (decimal): -2240564 or 13422557. OLE color: 13422557.

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

Color convert

RGB221207204-
CMYK00.060.080.13
HSL10.59º20%83.33%-
HSV(B)10.59º7.69%86.67%-
XYZ63.0364.3666.23-
YUV210.84124.14135.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=34.97%
G=32.75%
B=32.28%

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
Decimal22120720400.060.080.1310.592083.33
HexDDCFCC068Db1453
Octal3353173140610151324123
Binary1101110111001111110011000110100011011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFCC; }

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

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

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

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

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

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

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

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