#DBD6D4

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

Shades of Mercury #DBD6D4

Tints of Mercury #DBD6D4

Color information

#DBD6D4 (or 0xDBD6D4) is unknown color: approx Mercury. HEX triplet: DB, D6 and D4. RGB value is (219,214,212). Sum of RGB (Red+Green+Blue) = 219+214+212=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D4 is #24292B. Grayscale: #D7D7D7. Windows color (decimal): -2369836 or 13948635. OLE color: 13948635.

HSL color Cylindrical-coordinate representation of color #DBD6D4: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD6D4 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219214212-
CMYK00.020.030.14
HSL17.14º8.86%84.51%-
HSV(B)17.14º3.2%85.88%-
XYZ65.1467.9171.96-
YUV215.27126.16130.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 214 (83.98% from 255) = 33.18%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=33.95%
G=33.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921421200.020.030.1417.148.8684.51
HexDBD6D4023E11955
Octal333326324023162111125
Binary1101101111010110110101000101111101000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6D4; }

 p { color: rgb(219,214,212); }

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

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

 a { background-color: rgb(219,214,212); }

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

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

 span { border-color: rgb(219,214,212); }

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