#DBD4D2

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

Shades of Mercury #DBD4D2

Tints of Mercury #DBD4D2

Color information

#DBD4D2 (or 0xDBD4D2) is unknown color: approx Mercury. HEX triplet: DB, D4 and D2. RGB value is (219,212,210). Sum of RGB (Red+Green+Blue) = 219+212+210=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D2 is #242B2D. Grayscale: #D5D5D5. Windows color (decimal): -2370350 or 13817051. OLE color: 13817051.

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

Color convert

RGB219212210-
CMYK00.030.040.14
HSL13.33º11.11%84.12%-
HSV(B)13.33º4.11%85.88%-
XYZ64.3966.870.47-
YUV213.86125.82131.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=34.17%
G=33.07%
B=32.76%

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
Decimal21921221000.030.040.1413.3311.1184.12
HexDBD4D2034Edb54
Octal333324322034161513124
Binary1101101111010100110100100111001110110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4D2; }

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

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

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

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

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

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

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

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