#DCD1CE

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

Shades of Mercury #DCD1CE

Tints of Mercury #DCD1CE

Color information

#DCD1CE (or 0xDCD1CE) is unknown color: approx Mercury. HEX triplet: DC, D1 and CE. RGB value is (220,209,206). Sum of RGB (Red+Green+Blue) = 220+209+206=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1CE is #232E31. Grayscale: #D3D3D3. Windows color (decimal): -2305586 or 13554140. OLE color: 13554140.

HSL color Cylindrical-coordinate representation of color #DCD1CE: hue angle of 12.86º degrees, saturation: 0.17, 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 #DCD1CE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220209206-
CMYK00.050.060.14
HSL12.86º16.67%83.53%-
HSV(B)12.86º6.36%86.27%-
XYZ63.4665.2767.65-
YUV211.95124.64133.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=34.65%
G=32.91%
B=32.44%

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
Decimal22020920600.050.060.1412.8616.6783.53
HexDCD1CE056Ed1154
Octal334321316056161521124
Binary110111001101000111001110010111011101101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1CE; }

 p { color: rgb(220,209,206); }

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

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

 a { background-color: rgb(220,209,206); }

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

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

 span { border-color: rgb(220,209,206); }

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