#DBD2CF

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

Shades of Mercury #DBD2CF

Tints of Mercury #DBD2CF

Color information

#DBD2CF (or 0xDBD2CF) is unknown color: approx Mercury. HEX triplet: DB, D2 and CF. RGB value is (219,210,207). Sum of RGB (Red+Green+Blue) = 219+210+207=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2CF is #242D30. Grayscale: #D4D4D4. Windows color (decimal): -2370865 or 13619931. OLE color: 13619931.

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

Color convert

RGB219210207-
CMYK00.040.050.14
HSL15º14.29%83.53%-
HSV(B)15º5.48%85.88%-
XYZ63.5265.6668.36-
YUV212.35124.98132.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=34.43%
G=33.02%
B=32.55%

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
Decimal21921020700.040.050.141514.2983.53
HexDBD2CF045Efe54
Octal333322317045161716124
Binary11011011110100101100111101001011110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2CF; }

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

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

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

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

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

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

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

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