#DBD3D0

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

Shades of Mercury #DBD3D0

Tints of Mercury #DBD3D0

Color information

#DBD3D0 (or 0xDBD3D0) is unknown color: approx Mercury. HEX triplet: DB, D3 and D0. RGB value is (219,211,208). Sum of RGB (Red+Green+Blue) = 219+211+208=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3D0 is #242C2F. Grayscale: #D5D5D5. Windows color (decimal): -2370608 or 13685723. OLE color: 13685723.

HSL color Cylindrical-coordinate representation of color #DBD3D0: hue angle of 16.36º degrees, saturation: 0.13, 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 #DBD3D0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219211208-
CMYK00.040.050.14
HSL16.36º13.25%83.73%-
HSV(B)16.36º5.02%85.88%-
XYZ63.8966.269.09-
YUV213.05125.15132.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=34.33%
G=33.07%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921120800.040.050.1416.3613.2583.73
HexDBD3D0045E10d54
Octal333323320045162015124
Binary110110111101001111010000010010111101000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3D0; }

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

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

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

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

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

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

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

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