#DDCFCB

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

Shades of Mercury #DDCFCB

Tints of Mercury #DDCFCB

Color information

#DDCFCB (or 0xDDCFCB) is unknown color: approx Mercury. HEX triplet: DD, CF and CB. RGB value is (221,207,203). Sum of RGB (Red+Green+Blue) = 221+207+203=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCB is #223034. Grayscale: #D2D2D2. Windows color (decimal): -2240565 or 13357021. OLE color: 13357021.

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

Color convert

RGB221207203-
CMYK00.060.080.13
HSL13.33º20.93%83.14%-
HSV(B)13.33º8.14%86.67%-
XYZ62.9164.3165.6-
YUV210.73123.64135.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=35.02%
G=32.81%
B=32.17%

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
Decimal22120720300.060.080.1313.3320.9383.14
HexDDCFCB068Dd1553
Octal3353173130610151525123
Binary1101110111001111110010110110100011011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFCB; }

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

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

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

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

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

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

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

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