#DBD5D4

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

Shades of Mercury #DBD5D4

Tints of Mercury #DBD5D4

Color information

#DBD5D4 (or 0xDBD5D4) is unknown color: approx Mercury. HEX triplet: DB, D5 and D4. RGB value is (219,213,212). Sum of RGB (Red+Green+Blue) = 219+213+212=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D4 is #242A2B. Grayscale: #D6D6D6. Windows color (decimal): -2370092 or 13948379. OLE color: 13948379.

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

Color convert

RGB219213212-
CMYK00.030.030.14
HSL8.57º8.86%84.51%-
HSV(B)8.57º3.2%85.88%-
XYZ64.8967.471.88-
YUV214.68126.49131.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 212 (83.20% from 255) = 32.92%
R=34.01%
G=33.07%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921321200.030.030.148.578.8684.51
HexDBD5D4033E9955
Octal333325324033161111125
Binary110110111101010111010100011111110100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5D4; }

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

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

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

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

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

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

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

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