#DBD5D3

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

Shades of Mercury #DBD5D3

Tints of Mercury #DBD5D3

Color information

#DBD5D3 (or 0xDBD5D3) is unknown color: approx Mercury. HEX triplet: DB, D5 and D3. RGB value is (219,213,211). Sum of RGB (Red+Green+Blue) = 219+213+211=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D3 is #242A2C. Grayscale: #D6D6D6. Windows color (decimal): -2370093 or 13882843. OLE color: 13882843.

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

Color convert

RGB219213211-
CMYK00.030.040.14
HSL15º10%84.31%-
HSV(B)15º3.65%85.88%-
XYZ64.7767.3571.21-
YUV214.57125.99131.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 211 (82.81% from 255) = 32.81%
R=34.06%
G=33.13%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921321100.030.040.14151084.31
HexDBD5D3034Efa54
Octal333325323034161712124
Binary1101101111010101110100110111001110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5D3; }

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

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

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

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

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

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

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

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