#DCD2CF

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

Shades of Mercury #DCD2CF

Tints of Mercury #DCD2CF

Color information

#DCD2CF (or 0xDCD2CF) is unknown color: approx Mercury. HEX triplet: DC, D2 and CF. RGB value is (220,210,207). Sum of RGB (Red+Green+Blue) = 220+210+207=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2CF is #232D30. Grayscale: #D4D4D4. Windows color (decimal): -2305329 or 13619932. OLE color: 13619932.

HSL color Cylindrical-coordinate representation of color #DCD2CF: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD2CF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220210207-
CMYK00.050.060.14
HSL13.85º15.66%83.73%-
HSV(B)13.85º5.91%86.27%-
XYZ63.8265.8168.37-
YUV212.65124.81133.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=34.54%
G=32.97%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021020700.050.060.1413.8515.6683.73
HexDCD2CF056Ee1054
Octal334322317056161620124
Binary110111001101001011001111010111011101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2CF; }

 p { color: rgb(220,210,207); }

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

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

 a { background-color: rgb(220,210,207); }

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

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

 span { border-color: rgb(220,210,207); }

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