#DBD6D5

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

Shades of Mercury #DBD6D5

Tints of Mercury #DBD6D5

Color information

#DBD6D5 (or 0xDBD6D5) is unknown color: approx Mercury. HEX triplet: DB, D6 and D5. RGB value is (219,214,213). Sum of RGB (Red+Green+Blue) = 219+214+213=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D5 is #24292A. Grayscale: #D7D7D7. Windows color (decimal): -2369835 or 14014171. OLE color: 14014171.

HSL color Cylindrical-coordinate representation of color #DBD6D5: hue angle of 10º degrees, saturation: 0.08, 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 #DBD6D5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219214213-
CMYK00.020.030.14
HSL10º7.69%84.71%-
HSV(B)10º2.74%85.88%-
XYZ65.2767.9672.63-
YUV215.38126.66130.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 214 (83.98% from 255) = 33.13%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=33.90%
G=33.13%
B=32.97%

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
Decimal21921421300.020.030.14107.6984.71
HexDBD6D5023Ea855
Octal333326325023161210125
Binary110110111101011011010101010111110101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6D5; }

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

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

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

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

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

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

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

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