#DBD1CF

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

Shades of Mercury #DBD1CF

Tints of Mercury #DBD1CF

Color information

#DBD1CF (or 0xDBD1CF) is unknown color: approx Mercury. HEX triplet: DB, D1 and CF. RGB value is (219,209,207). Sum of RGB (Red+Green+Blue) = 219+209+207=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CF is #242E30. Grayscale: #D3D3D3. Windows color (decimal): -2371121 or 13619675. OLE color: 13619675.

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

Color convert

RGB219209207-
CMYK00.050.050.14
HSL10º14.29%83.53%-
HSV(B)10º5.48%85.88%-
XYZ63.2865.1768.27-
YUV211.76125.31133.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=34.49%
G=32.91%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920920700.050.050.141014.2983.53
HexDBD1CF055Eae54
Octal333321317055161216124
Binary11011011110100011100111101011011110101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1CF; }

 p { color: rgb(219,209,207); }

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

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

 a { background-color: rgb(219,209,207); }

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

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

 span { border-color: rgb(219,209,207); }

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